Shades of Mandalay #AC7E37
Tints of Mandalay #AC7E37
RGB
CMYK
RGB Variations
Color information
#AC7E37 (or 0xAC7E37) is known color: Mandalay. HEX triplet: AC, 7E and 37. RGB value is (172,126,55). Sum of RGB (Red+Green+Blue) = 172+126+55=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E37 is #5381C8. Grayscale: #838383. Windows color (decimal): -5472713 or 3636908. OLE color: 3636908.
HSL color Cylindrical-coordinate representation of color #AC7E37: hue angle of 36.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC7E37 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 55 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.33 |
| HSL | 36.41º | 0.52% | 0.45% | - |
| HSV(B) | 36.41º | 0.68% | 0.67% | - |
| XYZ | 25.16 | 23.97 | 6.91 | - |
| YUV | 131.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 55 | 0 | 0.27 | 0.68 | 0.33 | 36.41 | 0.52 | 0.45 |
| Hex | AC | 7E | 37 | 0 | 1B | 44 | 21 | 24 | 34 | 2D |
| Octal | 254 | 176 | 67 | 0 | 33 | 104 | 41 | 44 | 64 | 55 |
| Binary | 10101100 | 1111110 | 110111 | 0 | 11011 | 1000100 | 100001 | 100100 | 110100 | 101101 |
Color Harmonies of #AC7E37
Complementary color
Monochromatic Colors of #AC7E37
Black with #AC7E37
Text Example
Text Example
White with #AC7E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E37; }
p { color: rgb(172,126,55); }
H1.HeaderClassName
{
color: #AC7E37;
}
.AnyTagClassName
{
color: #AC7E37;
}
</style>
background-color css
<style>
a { background-color: #AC7E37; }
a { background-color: rgb(172,126,55); }
div.DivClassName
{
background-color: #AC7E37;
}
.BgClassName
{
background-color: #AC7E37;
}
</style>
border-color css
<style>
span { border-color: #AC7E37; }
span { border-color: rgb(172,126,55); }
td.TdClassName
{
border-color: #AC7E37;
}
.TagClassName
{
border-color: #AC7E37;
}
</style>