Shades of Mandalay #AC802C
Tints of Mandalay #AC802C
RGB
CMYK
RGB Variations
Color information
#AC802C (or 0xAC802C) is known color: Mandalay. HEX triplet: AC, 80 and 2C. RGB value is (172,128,44). Sum of RGB (Red+Green+Blue) = 172+128+44=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802C is #537FD3. Grayscale: #838383. Windows color (decimal): -5472212 or 2916524. OLE color: 2916524.
HSL color Cylindrical-coordinate representation of color #AC802C: hue angle of 39.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC802C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 44 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.33 |
| HSL | 39.38º | 0.59% | 0.42% | - |
| HSV(B) | 39.38º | 0.74% | 0.67% | - |
| XYZ | 25.19 | 24.39 | 5.76 | - |
| YUV | 131.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 44 | 0 | 0.26 | 0.74 | 0.33 | 39.38 | 0.59 | 0.42 |
| Hex | AC | 80 | 2C | 0 | 1A | 4A | 21 | 27 | 3B | 2A |
| Octal | 254 | 200 | 54 | 0 | 32 | 112 | 41 | 47 | 73 | 52 |
| Binary | 10101100 | 10000000 | 101100 | 0 | 11010 | 1001010 | 100001 | 100111 | 111011 | 101010 |
Color Harmonies of #AC802C
Complementary color
Monochromatic Colors of #AC802C
Black with #AC802C
Text Example
Text Example
White with #AC802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC802C; }
p { color: rgb(172,128,44); }
H1.HeaderClassName
{
color: #AC802C;
}
.AnyTagClassName
{
color: #AC802C;
}
</style>
background-color css
<style>
a { background-color: #AC802C; }
a { background-color: rgb(172,128,44); }
div.DivClassName
{
background-color: #AC802C;
}
.BgClassName
{
background-color: #AC802C;
}
</style>
border-color css
<style>
span { border-color: #AC802C; }
span { border-color: rgb(172,128,44); }
td.TdClassName
{
border-color: #AC802C;
}
.TagClassName
{
border-color: #AC802C;
}
</style>