Shades of Mandalay #AC7E32
Tints of Mandalay #AC7E32
RGB
CMYK
RGB Variations
Color information
#AC7E32 (or 0xAC7E32) is known color: Mandalay. HEX triplet: AC, 7E and 32. RGB value is (172,126,50). Sum of RGB (Red+Green+Blue) = 172+126+50=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E32 is #5381CD. Grayscale: #838383. Windows color (decimal): -5472718 or 3309228. OLE color: 3309228.
HSL color Cylindrical-coordinate representation of color #AC7E32: hue angle of 37.38º 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 #AC7E32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.33 |
| HSL | 37.38º | 0.55% | 0.44% | - |
| HSV(B) | 37.38º | 0.71% | 0.67% | - |
| XYZ | 25.05 | 23.92 | 6.31 | - |
| YUV | 131.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 50 | 0 | 0.27 | 0.71 | 0.33 | 37.38 | 0.55 | 0.44 |
| Hex | AC | 7E | 32 | 0 | 1B | 47 | 21 | 25 | 37 | 2C |
| Octal | 254 | 176 | 62 | 0 | 33 | 107 | 41 | 45 | 67 | 54 |
| Binary | 10101100 | 1111110 | 110010 | 0 | 11011 | 1000111 | 100001 | 100101 | 110111 | 101100 |
Color Harmonies of #AC7E32
Complementary color
Monochromatic Colors of #AC7E32
Black with #AC7E32
Text Example
Text Example
White with #AC7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E32; }
p { color: rgb(172,126,50); }
H1.HeaderClassName
{
color: #AC7E32;
}
.AnyTagClassName
{
color: #AC7E32;
}
</style>
background-color css
<style>
a { background-color: #AC7E32; }
a { background-color: rgb(172,126,50); }
div.DivClassName
{
background-color: #AC7E32;
}
.BgClassName
{
background-color: #AC7E32;
}
</style>
border-color css
<style>
span { border-color: #AC7E32; }
span { border-color: rgb(172,126,50); }
td.TdClassName
{
border-color: #AC7E32;
}
.TagClassName
{
border-color: #AC7E32;
}
</style>