Shades of Mandalay #AC802A
Tints of Mandalay #AC802A
RGB
CMYK
RGB Variations
Color information
#AC802A (or 0xAC802A) is known color: Mandalay. HEX triplet: AC, 80 and 2A. RGB value is (172,128,42). Sum of RGB (Red+Green+Blue) = 172+128+42=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802A is #537FD5. Grayscale: #838383. Windows color (decimal): -5472214 or 2785452. OLE color: 2785452.
HSL color Cylindrical-coordinate representation of color #AC802A: hue angle of 39.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC802A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 42 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.33 |
| HSL | 39.69º | 0.61% | 0.42% | - |
| HSV(B) | 39.69º | 0.76% | 0.67% | - |
| XYZ | 25.15 | 24.38 | 5.57 | - |
| YUV | 131.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 42 | 0 | 0.26 | 0.76 | 0.33 | 39.69 | 0.61 | 0.42 |
| Hex | AC | 80 | 2A | 0 | 1A | 4C | 21 | 28 | 3D | 2A |
| Octal | 254 | 200 | 52 | 0 | 32 | 114 | 41 | 50 | 75 | 52 |
| Binary | 10101100 | 10000000 | 101010 | 0 | 11010 | 1001100 | 100001 | 101000 | 111101 | 101010 |
Color Harmonies of #AC802A
Complementary color
Monochromatic Colors of #AC802A
Black with #AC802A
Text Example
Text Example
White with #AC802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC802A; }
p { color: rgb(172,128,42); }
H1.HeaderClassName
{
color: #AC802A;
}
.AnyTagClassName
{
color: #AC802A;
}
</style>
background-color css
<style>
a { background-color: #AC802A; }
a { background-color: rgb(172,128,42); }
div.DivClassName
{
background-color: #AC802A;
}
.BgClassName
{
background-color: #AC802A;
}
</style>
border-color css
<style>
span { border-color: #AC802A; }
span { border-color: rgb(172,128,42); }
td.TdClassName
{
border-color: #AC802A;
}
.TagClassName
{
border-color: #AC802A;
}
</style>