#AE812A

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

Shades of Mandalay #AE812A

Tints of Mandalay #AE812A

Color information

#AE812A (or 0xAE812A) is unknown color: approx Mandalay. HEX triplet: AE, 81 and 2A. RGB value is (174,129,42). Sum of RGB (Red+Green+Blue) = 174+129+42=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE812A is #517ED5. Grayscale: #848484. Windows color (decimal): -5340886 or 2785710. OLE color: 2785710.

HSL color Cylindrical-coordinate representation of color #AE812A: hue angle of 39.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE812A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17412942-
CMYK00.260.760.32
HSL39.55º61.11%42.35%-
HSV(B)39.55º75.86%68.24%-
XYZ25.7224.875.63-
YUV132.5476.91157.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=50.43%
G=37.39%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741294200.260.760.3239.5561.1142.35
HexAE812A01A4C20283d2a
Octal2562015203211440507552
Binary10101110100000011010100110101001100100000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE812A; }

 p { color: rgb(174,129,42); }

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

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

 a { background-color: rgb(174,129,42); }

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

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

 span { border-color: rgb(174,129,42); }

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