Shades of Mandalay #AD7F27
Tints of Mandalay #AD7F27
RGB
CMYK
RGB Variations
Color information
#AD7F27 (or 0xAD7F27) is known color: Mandalay. HEX triplet: AD, 7F and 27. RGB value is (173,127,39). Sum of RGB (Red+Green+Blue) = 173+127+39=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F27 is #5280D8. Grayscale: #838383. Windows color (decimal): -5406937 or 2588589. OLE color: 2588589.
HSL color Cylindrical-coordinate representation of color #AD7F27: hue angle of 39.4º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD7F27 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 39 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.32 |
| HSL | 39.4º | 0.63% | 0.42% | - |
| HSV(B) | 39.4º | 0.77% | 0.68% | - |
| XYZ | 25.19 | 24.21 | 5.26 | - |
| YUV | 130.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 39 | 0 | 0.27 | 0.77 | 0.32 | 39.4 | 0.63 | 0.42 |
| Hex | AD | 7F | 27 | 0 | 1B | 4D | 20 | 27 | 3F | 2A |
| Octal | 255 | 177 | 47 | 0 | 33 | 115 | 40 | 47 | 77 | 52 |
| Binary | 10101101 | 1111111 | 100111 | 0 | 11011 | 1001101 | 100000 | 100111 | 111111 | 101010 |
Color Harmonies of #AD7F27
Complementary color
Monochromatic Colors of #AD7F27
Black with #AD7F27
Text Example
Text Example
White with #AD7F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F27; }
p { color: rgb(173,127,39); }
H1.HeaderClassName
{
color: #AD7F27;
}
.AnyTagClassName
{
color: #AD7F27;
}
</style>
background-color css
<style>
a { background-color: #AD7F27; }
a { background-color: rgb(173,127,39); }
div.DivClassName
{
background-color: #AD7F27;
}
.BgClassName
{
background-color: #AD7F27;
}
</style>
border-color css
<style>
span { border-color: #AD7F27; }
span { border-color: rgb(173,127,39); }
td.TdClassName
{
border-color: #AD7F27;
}
.TagClassName
{
border-color: #AD7F27;
}
</style>