#AE7B28

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

Shades of Mandalay #AE7B28

Tints of Mandalay #AE7B28

Color information

#AE7B28 (or 0xAE7B28) is unknown color: approx Mandalay. HEX triplet: AE, 7B and 28. RGB value is (174,123,40). Sum of RGB (Red+Green+Blue) = 174+123+40=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B28 is #5184D7. Grayscale: #818181. Windows color (decimal): -5342424 or 2653102. OLE color: 2653102.

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

Color convert

RGB17412340-
CMYK00.290.770.32
HSL37.16º62.62%41.96%-
HSV(B)37.16º77.01%68.24%-
XYZ24.9223.325.19-
YUV128.7977.9160.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=51.63%
G=36.50%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741234000.290.770.3237.1662.6241.96
HexAE7B2801D4D20253f2a
Octal2561735003511540457752
Binary1010111011110111010000111011001101100000100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B28; }

 p { color: rgb(174,123,40); }

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

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

 a { background-color: rgb(174,123,40); }

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

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

 span { border-color: rgb(174,123,40); }

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