#AE7F2C

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

Shades of Mandalay #AE7F2C

Tints of Mandalay #AE7F2C

Color information

#AE7F2C (or 0xAE7F2C) is unknown color: approx Mandalay. HEX triplet: AE, 7F and 2C. RGB value is (174,127,44). Sum of RGB (Red+Green+Blue) = 174+127+44=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7F2C is #5180D3. Grayscale: #838383. Windows color (decimal): -5341396 or 2916270. OLE color: 2916270.

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

Color convert

RGB17412744-
CMYK00.270.750.32
HSL38.31º59.63%42.75%-
HSV(B)38.31º74.71%68.24%-
XYZ25.524.365.74-
YUV131.5978.57158.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=50.43%
G=36.81%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741274400.270.750.3238.3159.6342.75
HexAE7F2C01B4B20263c2b
Octal2561775403311340467453
Binary1010111011111111011000110111001011100000100110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F2C; }

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

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

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

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

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

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

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

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