#AE7A2B

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

Shades of Mandalay #AE7A2B

Tints of Mandalay #AE7A2B

Color information

#AE7A2B (or 0xAE7A2B) is unknown color: approx Mandalay. HEX triplet: AE, 7A and 2B. RGB value is (174,122,43). Sum of RGB (Red+Green+Blue) = 174+122+43=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A2B is #5185D4. Grayscale: #808080. Windows color (decimal): -5342677 or 2849454. OLE color: 2849454.

HSL color Cylindrical-coordinate representation of color #AE7A2B: hue angle of 36.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE7A2B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17412243-
CMYK00.300.750.32
HSL36.18º60.37%42.55%-
HSV(B)36.18º75.29%68.24%-
XYZ24.8523.095.43-
YUV128.5479.73160.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=51.33%
G=35.99%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741224300.300.750.3236.1860.3742.55
HexAE7A2B01E4B20243c2b
Octal2561725303611340447453
Binary1010111011110101010110111101001011100000100100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A2B; }

 p { color: rgb(174,122,43); }

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

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

 a { background-color: rgb(174,122,43); }

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

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

 span { border-color: rgb(174,122,43); }

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