#AE7E36

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

Shades of Mandalay #AE7E36

Tints of Mandalay #AE7E36

Color information

#AE7E36 (or 0xAE7E36) is unknown color: approx Mandalay. HEX triplet: AE, 7E and 36. RGB value is (174,126,54). Sum of RGB (Red+Green+Blue) = 174+126+54=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E36 is #5181C9. Grayscale: #848484. Windows color (decimal): -5341642 or 3571374. OLE color: 3571374.

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

Color convert

RGB17412654-
CMYK00.280.690.32
HSL36º52.63%44.71%-
HSV(B)36º68.97%68.24%-
XYZ25.5824.196.81-
YUV132.1483.9157.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 54 (21.48% from 255) = 15.25%
R=49.15%
G=35.59%
B=15.25%

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
Decimal1741265400.280.690.323652.6344.71
HexAE7E3601C452024352d
Octal2561766603410540446555
Binary1010111011111101101100111001000101100000100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E36; }

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

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

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

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

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

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

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

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