Shades of Mandalay #AC832C
Tints of Mandalay #AC832C
RGB
CMYK
RGB Variations
Color information
#AC832C (or 0xAC832C) is known color: Mandalay. HEX triplet: AC, 83 and 2C. RGB value is (172,131,44). Sum of RGB (Red+Green+Blue) = 172+131+44=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC832C is #537CD3. Grayscale: #858585. Windows color (decimal): -5471444 or 2917292. OLE color: 2917292.
HSL color Cylindrical-coordinate representation of color #AC832C: hue angle of 40.78º 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 #AC832C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 44 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.33 |
| HSL | 40.78º | 0.59% | 0.42% | - |
| HSV(B) | 40.78º | 0.74% | 0.67% | - |
| XYZ | 25.58 | 25.19 | 5.9 | - |
| YUV | 133.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 44 | 0 | 0.24 | 0.74 | 0.33 | 40.78 | 0.59 | 0.42 |
| Hex | AC | 83 | 2C | 0 | 18 | 4A | 21 | 29 | 3B | 2A |
| Octal | 254 | 203 | 54 | 0 | 30 | 112 | 41 | 51 | 73 | 52 |
| Binary | 10101100 | 10000011 | 101100 | 0 | 11000 | 1001010 | 100001 | 101001 | 111011 | 101010 |
Color Harmonies of #AC832C
Complementary color
Monochromatic Colors of #AC832C
Black with #AC832C
Text Example
Text Example
White with #AC832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC832C; }
p { color: rgb(172,131,44); }
H1.HeaderClassName
{
color: #AC832C;
}
.AnyTagClassName
{
color: #AC832C;
}
</style>
background-color css
<style>
a { background-color: #AC832C; }
a { background-color: rgb(172,131,44); }
div.DivClassName
{
background-color: #AC832C;
}
.BgClassName
{
background-color: #AC832C;
}
</style>
border-color css
<style>
span { border-color: #AC832C; }
span { border-color: rgb(172,131,44); }
td.TdClassName
{
border-color: #AC832C;
}
.TagClassName
{
border-color: #AC832C;
}
</style>