#AE8131

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

Shades of Mandalay #AE8131

Tints of Mandalay #AE8131

Color information

#AE8131 (or 0xAE8131) is unknown color: approx Mandalay. HEX triplet: AE, 81 and 31. RGB value is (174,129,49). Sum of RGB (Red+Green+Blue) = 174+129+49=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8131 is #517ECE. Grayscale: #858585. Windows color (decimal): -5340879 or 3244462. OLE color: 3244462.

HSL color Cylindrical-coordinate representation of color #AE8131: hue angle of 38.4º degrees, saturation: 0.56, 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 #AE8131 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17412949-
CMYK00.260.720.32
HSL38.4º56.05%43.73%-
HSV(B)38.4º71.84%68.24%-
XYZ25.8624.926.35-
YUV133.3480.41157-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=49.43%
G=36.65%
B=13.92%

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
Decimal1741294900.260.720.3238.456.0543.73
HexAE813101A482026382c
Octal2562016103211040467054
Binary10101110100000011100010110101001000100000100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8131; }

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

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

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

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

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

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

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

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