Shades of Mandalay #AC812D
Tints of Mandalay #AC812D
RGB
CMYK
RGB Variations
Color information
#AC812D (or 0xAC812D) is known color: Mandalay. HEX triplet: AC, 81 and 2D. RGB value is (172,129,45). Sum of RGB (Red+Green+Blue) = 172+129+45=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC812D is #537ED2. Grayscale: #848484. Windows color (decimal): -5471955 or 2982316. OLE color: 2982316.
HSL color Cylindrical-coordinate representation of color #AC812D: hue angle of 39.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC812D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 45 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.33 |
| HSL | 39.69º | 0.59% | 0.43% | - |
| HSV(B) | 39.69º | 0.74% | 0.67% | - |
| XYZ | 25.34 | 24.66 | 5.91 | - |
| YUV | 132.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 45 | 0 | 0.25 | 0.74 | 0.33 | 39.69 | 0.59 | 0.43 |
| Hex | AC | 81 | 2D | 0 | 19 | 4A | 21 | 28 | 3B | 2B |
| Octal | 254 | 201 | 55 | 0 | 31 | 112 | 41 | 50 | 73 | 53 |
| Binary | 10101100 | 10000001 | 101101 | 0 | 11001 | 1001010 | 100001 | 101000 | 111011 | 101011 |
Color Harmonies of #AC812D
Complementary color
Monochromatic Colors of #AC812D
Black with #AC812D
Text Example
Text Example
White with #AC812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC812D; }
p { color: rgb(172,129,45); }
H1.HeaderClassName
{
color: #AC812D;
}
.AnyTagClassName
{
color: #AC812D;
}
</style>
background-color css
<style>
a { background-color: #AC812D; }
a { background-color: rgb(172,129,45); }
div.DivClassName
{
background-color: #AC812D;
}
.BgClassName
{
background-color: #AC812D;
}
</style>
border-color css
<style>
span { border-color: #AC812D; }
span { border-color: rgb(172,129,45); }
td.TdClassName
{
border-color: #AC812D;
}
.TagClassName
{
border-color: #AC812D;
}
</style>