Shades of Mandalay #AD7D30
Tints of Mandalay #AD7D30
RGB
CMYK
RGB Variations
Color information
#AD7D30 (or 0xAD7D30) is known color: Mandalay. HEX triplet: AD, 7D and 30. RGB value is (173,125,48). Sum of RGB (Red+Green+Blue) = 173+125+48=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D30 is #5282CF. Grayscale: #828282. Windows color (decimal): -5407440 or 3177901. OLE color: 3177901.
HSL color Cylindrical-coordinate representation of color #AD7D30: hue angle of 36.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7D30 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 48 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.32 |
| HSL | 36.96º | 0.57% | 0.43% | - |
| HSV(B) | 36.96º | 0.72% | 0.68% | - |
| XYZ | 25.1 | 23.76 | 6.06 | - |
| YUV | 130.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 48 | 0 | 0.28 | 0.72 | 0.32 | 36.96 | 0.57 | 0.43 |
| Hex | AD | 7D | 30 | 0 | 1C | 48 | 20 | 25 | 39 | 2B |
| Octal | 255 | 175 | 60 | 0 | 34 | 110 | 40 | 45 | 71 | 53 |
| Binary | 10101101 | 1111101 | 110000 | 0 | 11100 | 1001000 | 100000 | 100101 | 111001 | 101011 |
Color Harmonies of #AD7D30
Complementary color
Monochromatic Colors of #AD7D30
Black with #AD7D30
Text Example
Text Example
White with #AD7D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D30; }
p { color: rgb(173,125,48); }
H1.HeaderClassName
{
color: #AD7D30;
}
.AnyTagClassName
{
color: #AD7D30;
}
</style>
background-color css
<style>
a { background-color: #AD7D30; }
a { background-color: rgb(173,125,48); }
div.DivClassName
{
background-color: #AD7D30;
}
.BgClassName
{
background-color: #AD7D30;
}
</style>
border-color css
<style>
span { border-color: #AD7D30; }
span { border-color: rgb(173,125,48); }
td.TdClassName
{
border-color: #AD7D30;
}
.TagClassName
{
border-color: #AD7D30;
}
</style>