Shades of Mandalay #AC7F2F
Tints of Mandalay #AC7F2F
RGB
CMYK
RGB Variations
Color information
#AC7F2F (or 0xAC7F2F) is known color: Mandalay. HEX triplet: AC, 7F and 2F. RGB value is (172,127,47). Sum of RGB (Red+Green+Blue) = 172+127+47=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F2F is #5380D0. Grayscale: #838383. Windows color (decimal): -5472465 or 3112876. OLE color: 3112876.
HSL color Cylindrical-coordinate representation of color #AC7F2F: hue angle of 38.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC7F2F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 47 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.33 |
| HSL | 38.4º | 0.57% | 0.43% | - |
| HSV(B) | 38.4º | 0.73% | 0.67% | - |
| XYZ | 25.12 | 24.15 | 6.03 | - |
| YUV | 131.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 47 | 0 | 0.26 | 0.73 | 0.33 | 38.4 | 0.57 | 0.43 |
| Hex | AC | 7F | 2F | 0 | 1A | 49 | 21 | 26 | 39 | 2B |
| Octal | 254 | 177 | 57 | 0 | 32 | 111 | 41 | 46 | 71 | 53 |
| Binary | 10101100 | 1111111 | 101111 | 0 | 11010 | 1001001 | 100001 | 100110 | 111001 | 101011 |
Color Harmonies of #AC7F2F
Complementary color
Monochromatic Colors of #AC7F2F
Black with #AC7F2F
Text Example
Text Example
White with #AC7F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F2F; }
p { color: rgb(172,127,47); }
H1.HeaderClassName
{
color: #AC7F2F;
}
.AnyTagClassName
{
color: #AC7F2F;
}
</style>
background-color css
<style>
a { background-color: #AC7F2F; }
a { background-color: rgb(172,127,47); }
div.DivClassName
{
background-color: #AC7F2F;
}
.BgClassName
{
background-color: #AC7F2F;
}
</style>
border-color css
<style>
span { border-color: #AC7F2F; }
span { border-color: rgb(172,127,47); }
td.TdClassName
{
border-color: #AC7F2F;
}
.TagClassName
{
border-color: #AC7F2F;
}
</style>