Shades of Mandalay #AE802C
Tints of Mandalay #AE802C
RGB
CMYK
RGB Variations
Color information
#AE802C (or 0xAE802C) is known color: Mandalay. HEX triplet: AE, 80 and 2C. RGB value is (174,128,44). Sum of RGB (Red+Green+Blue) = 174+128+44=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE802C is #517FD3. Grayscale: #848484. Windows color (decimal): -5341140 or 2916526. OLE color: 2916526.
HSL color Cylindrical-coordinate representation of color #AE802C: hue angle of 38.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE802C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 44 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.32 |
| HSL | 38.77º | 0.6% | 0.43% | - |
| HSV(B) | 38.77º | 0.75% | 0.68% | - |
| XYZ | 25.63 | 24.62 | 5.78 | - |
| YUV | 132.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 44 | 0 | 0.26 | 0.75 | 0.32 | 38.77 | 0.6 | 0.43 |
| Hex | AE | 80 | 2C | 0 | 1A | 4B | 20 | 27 | 3C | 2B |
| Octal | 256 | 200 | 54 | 0 | 32 | 113 | 40 | 47 | 74 | 53 |
| Binary | 10101110 | 10000000 | 101100 | 0 | 11010 | 1001011 | 100000 | 100111 | 111100 | 101011 |
Color Harmonies of #AE802C
Complementary color
Monochromatic Colors of #AE802C
Black with #AE802C
Text Example
Text Example
White with #AE802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE802C; }
p { color: rgb(174,128,44); }
H1.HeaderClassName
{
color: #AE802C;
}
.AnyTagClassName
{
color: #AE802C;
}
</style>
background-color css
<style>
a { background-color: #AE802C; }
a { background-color: rgb(174,128,44); }
div.DivClassName
{
background-color: #AE802C;
}
.BgClassName
{
background-color: #AE802C;
}
</style>
border-color css
<style>
span { border-color: #AE802C; }
span { border-color: rgb(174,128,44); }
td.TdClassName
{
border-color: #AE802C;
}
.TagClassName
{
border-color: #AE802C;
}
</style>