#AE8030

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

Shades of Mandalay #AE8030

Tints of Mandalay #AE8030

Color information

#AE8030 (or 0xAE8030) is unknown color: approx Mandalay. HEX triplet: AE, 80 and 30. RGB value is (174,128,48). Sum of RGB (Red+Green+Blue) = 174+128+48=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8030 is #517FCF. Grayscale: #858585. Windows color (decimal): -5341136 or 3178670. OLE color: 3178670.

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

Color convert

RGB17412848-
CMYK00.260.720.32
HSL38.1º56.76%43.53%-
HSV(B)38.1º72.41%68.24%-
XYZ25.7124.656.2-
YUV132.6380.24157.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=49.71%
G=36.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741284800.260.720.3238.156.7643.53
HexAE803001A482026392c
Octal2562006003211040467154
Binary10101110100000001100000110101001000100000100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8030; }

 p { color: rgb(174,128,48); }

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

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

 a { background-color: rgb(174,128,48); }

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

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

 span { border-color: rgb(174,128,48); }

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