Shades of Mandalay #AB7D37
Tints of Mandalay #AB7D37
RGB
CMYK
RGB Variations
Color information
#AB7D37 (or 0xAB7D37) is known color: Mandalay. HEX triplet: AB, 7D and 37. RGB value is (171,125,55). Sum of RGB (Red+Green+Blue) = 171+125+55=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D37 is #5482C8. Grayscale: #838383. Windows color (decimal): -5538505 or 3636651. OLE color: 3636651.
HSL color Cylindrical-coordinate representation of color #AB7D37: hue angle of 36.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB7D37 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 55 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.33 |
| HSL | 36.21º | 0.51% | 0.44% | - |
| HSV(B) | 36.21º | 0.68% | 0.67% | - |
| XYZ | 24.82 | 23.6 | 6.86 | - |
| YUV | 130.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 55 | 0 | 0.27 | 0.68 | 0.33 | 36.21 | 0.51 | 0.44 |
| Hex | AB | 7D | 37 | 0 | 1B | 44 | 21 | 24 | 33 | 2C |
| Octal | 253 | 175 | 67 | 0 | 33 | 104 | 41 | 44 | 63 | 54 |
| Binary | 10101011 | 1111101 | 110111 | 0 | 11011 | 1000100 | 100001 | 100100 | 110011 | 101100 |
Color Harmonies of #AB7D37
Complementary color
Monochromatic Colors of #AB7D37
Black with #AB7D37
Text Example
Text Example
White with #AB7D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D37; }
p { color: rgb(171,125,55); }
H1.HeaderClassName
{
color: #AB7D37;
}
.AnyTagClassName
{
color: #AB7D37;
}
</style>
background-color css
<style>
a { background-color: #AB7D37; }
a { background-color: rgb(171,125,55); }
div.DivClassName
{
background-color: #AB7D37;
}
.BgClassName
{
background-color: #AB7D37;
}
</style>
border-color css
<style>
span { border-color: #AB7D37; }
span { border-color: rgb(171,125,55); }
td.TdClassName
{
border-color: #AB7D37;
}
.TagClassName
{
border-color: #AB7D37;
}
</style>