#AE7B3E

Color #AE7B3E Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #AE7B3E

Tints of Mandalay #AE7B3E

Color information

#AE7B3E (or 0xAE7B3E) is unknown color: approx Mandalay. HEX triplet: AE, 7B and 3E. RGB value is (174,123,62). Sum of RGB (Red+Green+Blue) = 174+123+62=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B3E is #5184C1. Grayscale: #838383. Windows color (decimal): -5342402 or 4094894. OLE color: 4094894.

HSL color Cylindrical-coordinate representation of color #AE7B3E: hue angle of 32.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE7B3E is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17412362-
CMYK00.290.640.32
HSL32.68º47.46%46.27%-
HSV(B)32.68º64.37%68.24%-
XYZ25.4123.517.76-
YUV131.2988.9158.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=48.47%
G=34.26%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741236200.290.640.3232.6847.4646.27
HexAE7B3E01D4020212f2e
Octal2561737603510040415756
Binary1010111011110111111100111011000000100000100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B3E; }

 p { color: rgb(174,123,62); }

 H1.HeaderClassName
 {
   color: #AE7B3E;
 }
 .AnyTagClassName
 {
   color: #AE7B3E;
 }
</style>
background-color css

<style>
 a { background-color: #AE7B3E; }

 a { background-color: rgb(174,123,62); }

 div.DivClassName
 {
   background-color: #AE7B3E;
 }
 .BgClassName
 {
   background-color: #AE7B3E;
 }
</style>
border-color css

<style>
 span { border-color: #AE7B3E; }

 span { border-color: rgb(174,123,62); }

 td.TdClassName
 {
   border-color: #AE7B3E;
 }
 .TagClassName
 {
   border-color: #AE7B3E;
 }
</style>