#AE802C

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

Shades of Mandalay #AE802C

Tints of Mandalay #AE802C

Color information

#AE802C (or 0xAE802C) is unknown color: approx Mandalay. HEX triplet: AE, 80 and 2C. RGB value is (174,128,44). Sum of RGB (Red+Green+Blue) = 174+128+44=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE802C is #517FD3. Grayscale: #848484. Windows color (decimal): -5341140 or 2916526. OLE color: 2916526.

HSL color Cylindrical-coordinate representation of color #AE802C: hue angle of 38.77º 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 #AE802C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17412844-
CMYK00.260.750.32
HSL38.77º59.63%42.75%-
HSV(B)38.77º74.71%68.24%-
XYZ25.6324.625.78-
YUV132.1878.24157.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=50.29%
G=36.99%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741284400.260.750.3238.7759.6342.75
HexAE802C01A4B20273c2b
Octal2562005403211340477453
Binary10101110100000001011000110101001011100000100111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE802C; }

 p { color: rgb(174,128,44); }

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

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

 a { background-color: rgb(174,128,44); }

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

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

 span { border-color: rgb(174,128,44); }

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