Shades of Mandalay #AD7E30
Tints of Mandalay #AD7E30
RGB
CMYK
RGB Variations
Color information
#AD7E30 (or 0xAD7E30) is known color: Mandalay. HEX triplet: AD, 7E and 30. RGB value is (173,126,48). Sum of RGB (Red+Green+Blue) = 173+126+48=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E30 is #5281CF. Grayscale: #838383. Windows color (decimal): -5407184 or 3178157. OLE color: 3178157.
HSL color Cylindrical-coordinate representation of color #AD7E30: hue angle of 37.44º 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 #AD7E30 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 48 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.32 |
| HSL | 37.44º | 0.57% | 0.43% | - |
| HSV(B) | 37.44º | 0.72% | 0.68% | - |
| XYZ | 25.23 | 24.02 | 6.1 | - |
| YUV | 131.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 48 | 0 | 0.27 | 0.72 | 0.32 | 37.44 | 0.57 | 0.43 |
| Hex | AD | 7E | 30 | 0 | 1B | 48 | 20 | 25 | 39 | 2B |
| Octal | 255 | 176 | 60 | 0 | 33 | 110 | 40 | 45 | 71 | 53 |
| Binary | 10101101 | 1111110 | 110000 | 0 | 11011 | 1001000 | 100000 | 100101 | 111001 | 101011 |
Color Harmonies of #AD7E30
Complementary color
Monochromatic Colors of #AD7E30
Black with #AD7E30
Text Example
Text Example
White with #AD7E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E30; }
p { color: rgb(173,126,48); }
H1.HeaderClassName
{
color: #AD7E30;
}
.AnyTagClassName
{
color: #AD7E30;
}
</style>
background-color css
<style>
a { background-color: #AD7E30; }
a { background-color: rgb(173,126,48); }
div.DivClassName
{
background-color: #AD7E30;
}
.BgClassName
{
background-color: #AD7E30;
}
</style>
border-color css
<style>
span { border-color: #AD7E30; }
span { border-color: rgb(173,126,48); }
td.TdClassName
{
border-color: #AD7E30;
}
.TagClassName
{
border-color: #AD7E30;
}
</style>