Shades of Mandalay #AC822B
Tints of Mandalay #AC822B
RGB
CMYK
RGB Variations
Color information
#AC822B (or 0xAC822B) is known color: Mandalay. HEX triplet: AC, 82 and 2B. RGB value is (172,130,43). Sum of RGB (Red+Green+Blue) = 172+130+43=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC822B is #537DD4. Grayscale: #858585. Windows color (decimal): -5471701 or 2851500. OLE color: 2851500.
HSL color Cylindrical-coordinate representation of color #AC822B: hue angle of 40.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC822B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 43 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.33 |
| HSL | 40.47º | 0.6% | 0.42% | - |
| HSV(B) | 40.47º | 0.75% | 0.67% | - |
| XYZ | 25.43 | 24.91 | 5.75 | - |
| YUV | 132.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 43 | 0 | 0.24 | 0.75 | 0.33 | 40.47 | 0.6 | 0.42 |
| Hex | AC | 82 | 2B | 0 | 18 | 4B | 21 | 28 | 3C | 2A |
| Octal | 254 | 202 | 53 | 0 | 30 | 113 | 41 | 50 | 74 | 52 |
| Binary | 10101100 | 10000010 | 101011 | 0 | 11000 | 1001011 | 100001 | 101000 | 111100 | 101010 |
Color Harmonies of #AC822B
Complementary color
Monochromatic Colors of #AC822B
Black with #AC822B
Text Example
Text Example
White with #AC822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC822B; }
p { color: rgb(172,130,43); }
H1.HeaderClassName
{
color: #AC822B;
}
.AnyTagClassName
{
color: #AC822B;
}
</style>
background-color css
<style>
a { background-color: #AC822B; }
a { background-color: rgb(172,130,43); }
div.DivClassName
{
background-color: #AC822B;
}
.BgClassName
{
background-color: #AC822B;
}
</style>
border-color css
<style>
span { border-color: #AC822B; }
span { border-color: rgb(172,130,43); }
td.TdClassName
{
border-color: #AC822B;
}
.TagClassName
{
border-color: #AC822B;
}
</style>