Shades of Mandalay #AD7E29
Tints of Mandalay #AD7E29
RGB
CMYK
RGB Variations
Color information
#AD7E29 (or 0xAD7E29) is known color: Mandalay. HEX triplet: AD, 7E and 29. RGB value is (173,126,41). Sum of RGB (Red+Green+Blue) = 173+126+41=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E29 is #5281D6. Grayscale: #828282. Windows color (decimal): -5407191 or 2719405. OLE color: 2719405.
HSL color Cylindrical-coordinate representation of color #AD7E29: hue angle of 38.64º 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 #AD7E29 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 41 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.32 |
| HSL | 38.64º | 0.62% | 0.42% | - |
| HSV(B) | 38.64º | 0.76% | 0.68% | - |
| XYZ | 25.09 | 23.97 | 5.4 | - |
| YUV | 130.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 41 | 0 | 0.27 | 0.76 | 0.32 | 38.64 | 0.62 | 0.42 |
| Hex | AD | 7E | 29 | 0 | 1B | 4C | 20 | 27 | 3E | 2A |
| Octal | 255 | 176 | 51 | 0 | 33 | 114 | 40 | 47 | 76 | 52 |
| Binary | 10101101 | 1111110 | 101001 | 0 | 11011 | 1001100 | 100000 | 100111 | 111110 | 101010 |
Color Harmonies of #AD7E29
Complementary color
Monochromatic Colors of #AD7E29
Black with #AD7E29
Text Example
Text Example
White with #AD7E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E29; }
p { color: rgb(173,126,41); }
H1.HeaderClassName
{
color: #AD7E29;
}
.AnyTagClassName
{
color: #AD7E29;
}
</style>
background-color css
<style>
a { background-color: #AD7E29; }
a { background-color: rgb(173,126,41); }
div.DivClassName
{
background-color: #AD7E29;
}
.BgClassName
{
background-color: #AD7E29;
}
</style>
border-color css
<style>
span { border-color: #AD7E29; }
span { border-color: rgb(173,126,41); }
td.TdClassName
{
border-color: #AD7E29;
}
.TagClassName
{
border-color: #AD7E29;
}
</style>