Shades of Mandalay #AD7F29
Tints of Mandalay #AD7F29
RGB
CMYK
RGB Variations
Color information
#AD7F29 (or 0xAD7F29) is known color: Mandalay. HEX triplet: AD, 7F and 29. RGB value is (173,127,41). Sum of RGB (Red+Green+Blue) = 173+127+41=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F29 is #5280D6. Grayscale: #838383. Windows color (decimal): -5406935 or 2719661. OLE color: 2719661.
HSL color Cylindrical-coordinate representation of color #AD7F29: hue angle of 39.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD7F29 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 41 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.32 |
| HSL | 39.09º | 0.62% | 0.42% | - |
| HSV(B) | 39.09º | 0.76% | 0.68% | - |
| XYZ | 25.22 | 24.22 | 5.44 | - |
| YUV | 130.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 41 | 0 | 0.27 | 0.76 | 0.32 | 39.09 | 0.62 | 0.42 |
| Hex | AD | 7F | 29 | 0 | 1B | 4C | 20 | 27 | 3E | 2A |
| Octal | 255 | 177 | 51 | 0 | 33 | 114 | 40 | 47 | 76 | 52 |
| Binary | 10101101 | 1111111 | 101001 | 0 | 11011 | 1001100 | 100000 | 100111 | 111110 | 101010 |
Color Harmonies of #AD7F29
Complementary color
Monochromatic Colors of #AD7F29
Black with #AD7F29
Text Example
Text Example
White with #AD7F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F29; }
p { color: rgb(173,127,41); }
H1.HeaderClassName
{
color: #AD7F29;
}
.AnyTagClassName
{
color: #AD7F29;
}
</style>
background-color css
<style>
a { background-color: #AD7F29; }
a { background-color: rgb(173,127,41); }
div.DivClassName
{
background-color: #AD7F29;
}
.BgClassName
{
background-color: #AD7F29;
}
</style>
border-color css
<style>
span { border-color: #AD7F29; }
span { border-color: rgb(173,127,41); }
td.TdClassName
{
border-color: #AD7F29;
}
.TagClassName
{
border-color: #AD7F29;
}
</style>