Shades of Mandalay #AC7D32
Tints of Mandalay #AC7D32
RGB
CMYK
RGB Variations
Color information
#AC7D32 (or 0xAC7D32) is known color: Mandalay. HEX triplet: AC, 7D and 32. RGB value is (172,125,50). Sum of RGB (Red+Green+Blue) = 172+125+50=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D32 is #5382CD. Grayscale: #828282. Windows color (decimal): -5472974 or 3308972. OLE color: 3308972.
HSL color Cylindrical-coordinate representation of color #AC7D32: hue angle of 36.89º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC7D32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.33 |
| HSL | 36.89º | 0.55% | 0.44% | - |
| HSV(B) | 36.89º | 0.71% | 0.67% | - |
| XYZ | 24.92 | 23.67 | 6.27 | - |
| YUV | 130.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 50 | 0 | 0.27 | 0.71 | 0.33 | 36.89 | 0.55 | 0.44 |
| Hex | AC | 7D | 32 | 0 | 1B | 47 | 21 | 25 | 37 | 2C |
| Octal | 254 | 175 | 62 | 0 | 33 | 107 | 41 | 45 | 67 | 54 |
| Binary | 10101100 | 1111101 | 110010 | 0 | 11011 | 1000111 | 100001 | 100101 | 110111 | 101100 |
Color Harmonies of #AC7D32
Complementary color
Monochromatic Colors of #AC7D32
Black with #AC7D32
Text Example
Text Example
White with #AC7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D32; }
p { color: rgb(172,125,50); }
H1.HeaderClassName
{
color: #AC7D32;
}
.AnyTagClassName
{
color: #AC7D32;
}
</style>
background-color css
<style>
a { background-color: #AC7D32; }
a { background-color: rgb(172,125,50); }
div.DivClassName
{
background-color: #AC7D32;
}
.BgClassName
{
background-color: #AC7D32;
}
</style>
border-color css
<style>
span { border-color: #AC7D32; }
span { border-color: rgb(172,125,50); }
td.TdClassName
{
border-color: #AC7D32;
}
.TagClassName
{
border-color: #AC7D32;
}
</style>