Shades of Mandalay #AD7F32
Tints of Mandalay #AD7F32
RGB
CMYK
RGB Variations
Color information
#AD7F32 (or 0xAD7F32) is known color: Mandalay. HEX triplet: AD, 7F and 32. RGB value is (173,127,50). Sum of RGB (Red+Green+Blue) = 173+127+50=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F32 is #5280CD. Grayscale: #848484. Windows color (decimal): -5406926 or 3309485. OLE color: 3309485.
HSL color Cylindrical-coordinate representation of color #AD7F32: hue angle of 37.56º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7F32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.32 |
| HSL | 37.56º | 0.55% | 0.44% | - |
| HSV(B) | 37.56º | 0.71% | 0.68% | - |
| XYZ | 25.4 | 24.29 | 6.37 | - |
| YUV | 131.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 50 | 0 | 0.27 | 0.71 | 0.32 | 37.56 | 0.55 | 0.44 |
| Hex | AD | 7F | 32 | 0 | 1B | 47 | 20 | 26 | 37 | 2C |
| Octal | 255 | 177 | 62 | 0 | 33 | 107 | 40 | 46 | 67 | 54 |
| Binary | 10101101 | 1111111 | 110010 | 0 | 11011 | 1000111 | 100000 | 100110 | 110111 | 101100 |
Color Harmonies of #AD7F32
Complementary color
Monochromatic Colors of #AD7F32
Black with #AD7F32
Text Example
Text Example
White with #AD7F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F32; }
p { color: rgb(173,127,50); }
H1.HeaderClassName
{
color: #AD7F32;
}
.AnyTagClassName
{
color: #AD7F32;
}
</style>
background-color css
<style>
a { background-color: #AD7F32; }
a { background-color: rgb(173,127,50); }
div.DivClassName
{
background-color: #AD7F32;
}
.BgClassName
{
background-color: #AD7F32;
}
</style>
border-color css
<style>
span { border-color: #AD7F32; }
span { border-color: rgb(173,127,50); }
td.TdClassName
{
border-color: #AD7F32;
}
.TagClassName
{
border-color: #AD7F32;
}
</style>