Shades of Mandalay #AC802E
Tints of Mandalay #AC802E
RGB
CMYK
RGB Variations
Color information
#AC802E (or 0xAC802E) is known color: Mandalay. HEX triplet: AC, 80 and 2E. RGB value is (172,128,46). Sum of RGB (Red+Green+Blue) = 172+128+46=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802E is #537FD1. Grayscale: #848484. Windows color (decimal): -5472210 or 3047596. OLE color: 3047596.
HSL color Cylindrical-coordinate representation of color #AC802E: hue angle of 39.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC802E is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 46 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.33 |
| HSL | 39.05º | 0.58% | 0.43% | - |
| HSV(B) | 39.05º | 0.73% | 0.67% | - |
| XYZ | 25.23 | 24.41 | 5.97 | - |
| YUV | 131.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 46 | 0 | 0.26 | 0.73 | 0.33 | 39.05 | 0.58 | 0.43 |
| Hex | AC | 80 | 2E | 0 | 1A | 49 | 21 | 27 | 3A | 2B |
| Octal | 254 | 200 | 56 | 0 | 32 | 111 | 41 | 47 | 72 | 53 |
| Binary | 10101100 | 10000000 | 101110 | 0 | 11010 | 1001001 | 100001 | 100111 | 111010 | 101011 |
Color Harmonies of #AC802E
Complementary color
Monochromatic Colors of #AC802E
Black with #AC802E
Text Example
Text Example
White with #AC802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC802E; }
p { color: rgb(172,128,46); }
H1.HeaderClassName
{
color: #AC802E;
}
.AnyTagClassName
{
color: #AC802E;
}
</style>
background-color css
<style>
a { background-color: #AC802E; }
a { background-color: rgb(172,128,46); }
div.DivClassName
{
background-color: #AC802E;
}
.BgClassName
{
background-color: #AC802E;
}
</style>
border-color css
<style>
span { border-color: #AC802E; }
span { border-color: rgb(172,128,46); }
td.TdClassName
{
border-color: #AC802E;
}
.TagClassName
{
border-color: #AC802E;
}
</style>