Shades of Mandalay #AD7F31
Tints of Mandalay #AD7F31
RGB
CMYK
RGB Variations
Color information
#AD7F31 (or 0xAD7F31) is known color: Mandalay. HEX triplet: AD, 7F and 31. RGB value is (173,127,49). Sum of RGB (Red+Green+Blue) = 173+127+49=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F31 is #5280CE. Grayscale: #848484. Windows color (decimal): -5406927 or 3243949. OLE color: 3243949.
HSL color Cylindrical-coordinate representation of color #AD7F31: hue angle of 37.74º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7F31 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 49 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.32 |
| HSL | 37.74º | 0.56% | 0.44% | - |
| HSV(B) | 37.74º | 0.72% | 0.68% | - |
| XYZ | 25.38 | 24.28 | 6.26 | - |
| YUV | 131.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 49 | 0 | 0.27 | 0.72 | 0.32 | 37.74 | 0.56 | 0.44 |
| Hex | AD | 7F | 31 | 0 | 1B | 48 | 20 | 26 | 38 | 2C |
| Octal | 255 | 177 | 61 | 0 | 33 | 110 | 40 | 46 | 70 | 54 |
| Binary | 10101101 | 1111111 | 110001 | 0 | 11011 | 1001000 | 100000 | 100110 | 111000 | 101100 |
Color Harmonies of #AD7F31
Complementary color
Monochromatic Colors of #AD7F31
Black with #AD7F31
Text Example
Text Example
White with #AD7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F31; }
p { color: rgb(173,127,49); }
H1.HeaderClassName
{
color: #AD7F31;
}
.AnyTagClassName
{
color: #AD7F31;
}
</style>
background-color css
<style>
a { background-color: #AD7F31; }
a { background-color: rgb(173,127,49); }
div.DivClassName
{
background-color: #AD7F31;
}
.BgClassName
{
background-color: #AD7F31;
}
</style>
border-color css
<style>
span { border-color: #AD7F31; }
span { border-color: rgb(173,127,49); }
td.TdClassName
{
border-color: #AD7F31;
}
.TagClassName
{
border-color: #AD7F31;
}
</style>