Shades of Mandalay #AD7D39
Tints of Mandalay #AD7D39
RGB
CMYK
RGB Variations
Color information
#AD7D39 (or 0xAD7D39) is known color: Mandalay. HEX triplet: AD, 7D and 39. RGB value is (173,125,57). Sum of RGB (Red+Green+Blue) = 173+125+57=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D39 is #5282C6. Grayscale: #838383. Windows color (decimal): -5407431 or 3767725. OLE color: 3767725.
HSL color Cylindrical-coordinate representation of color #AD7D39: hue angle of 35.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD7D39 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 57 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.32 |
| HSL | 35.17º | 0.5% | 0.45% | - |
| HSV(B) | 35.17º | 0.67% | 0.68% | - |
| XYZ | 25.31 | 23.85 | 7.14 | - |
| YUV | 131.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 57 | 0 | 0.28 | 0.67 | 0.32 | 35.17 | 0.5 | 0.45 |
| Hex | AD | 7D | 39 | 0 | 1C | 43 | 20 | 23 | 32 | 2D |
| Octal | 255 | 175 | 71 | 0 | 34 | 103 | 40 | 43 | 62 | 55 |
| Binary | 10101101 | 1111101 | 111001 | 0 | 11100 | 1000011 | 100000 | 100011 | 110010 | 101101 |
Color Harmonies of #AD7D39
Complementary color
Monochromatic Colors of #AD7D39
Black with #AD7D39
Text Example
Text Example
White with #AD7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D39; }
p { color: rgb(173,125,57); }
H1.HeaderClassName
{
color: #AD7D39;
}
.AnyTagClassName
{
color: #AD7D39;
}
</style>
background-color css
<style>
a { background-color: #AD7D39; }
a { background-color: rgb(173,125,57); }
div.DivClassName
{
background-color: #AD7D39;
}
.BgClassName
{
background-color: #AD7D39;
}
</style>
border-color css
<style>
span { border-color: #AD7D39; }
span { border-color: rgb(173,125,57); }
td.TdClassName
{
border-color: #AD7D39;
}
.TagClassName
{
border-color: #AD7D39;
}
</style>