#AE8124

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

Shades of Mandalay #AE8124

Tints of Mandalay #AE8124

Color information

#AE8124 (or 0xAE8124) is unknown color: approx Mandalay. HEX triplet: AE, 81 and 24. RGB value is (174,129,36). Sum of RGB (Red+Green+Blue) = 174+129+36=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8124 is #517EDB. Grayscale: #848484. Windows color (decimal): -5340892 or 2392494. OLE color: 2392494.

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

Color convert

RGB17412936-
CMYK00.260.790.32
HSL40.43º65.71%41.18%-
HSV(B)40.43º79.31%68.24%-
XYZ25.6224.835.11-
YUV131.8573.91158.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=51.33%
G=38.05%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741293600.260.790.3240.4365.7141.18
HexAE812401A4F20284229
Octal25620144032117405010251
Binary101011101000000110010001101010011111000001010001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8124; }

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

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

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

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

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

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

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

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