#AE7D36

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

Shades of Mandalay #AE7D36

Tints of Mandalay #AE7D36

Color information

#AE7D36 (or 0xAE7D36) is unknown color: approx Mandalay. HEX triplet: AE, 7D and 36. RGB value is (174,125,54). Sum of RGB (Red+Green+Blue) = 174+125+54=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D36 is #5182C9. Grayscale: #838383. Windows color (decimal): -5341898 or 3571118. OLE color: 3571118.

HSL color Cylindrical-coordinate representation of color #AE7D36: hue angle of 35.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE7D36 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17412554-
CMYK00.280.690.32
HSL35.5º52.63%44.71%-
HSV(B)35.5º68.97%68.24%-
XYZ25.4623.936.77-
YUV131.5684.23158.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=49.29%
G=35.41%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741255400.280.690.3235.552.6344.71
HexAE7D3601C452024352d
Octal2561756603410540446555
Binary1010111011111011101100111001000101100000100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D36; }

 p { color: rgb(174,125,54); }

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

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

 a { background-color: rgb(174,125,54); }

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

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

 span { border-color: rgb(174,125,54); }

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