Shades of Mandalay #AD7E32
Tints of Mandalay #AD7E32
RGB
CMYK
RGB Variations
Color information
#AD7E32 (or 0xAD7E32) is known color: Mandalay. HEX triplet: AD, 7E and 32. RGB value is (173,126,50). Sum of RGB (Red+Green+Blue) = 173+126+50=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E32 is #5281CD. Grayscale: #838383. Windows color (decimal): -5407182 or 3309229. OLE color: 3309229.
HSL color Cylindrical-coordinate representation of color #AD7E32: hue angle of 37.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7E32 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 50 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.32 |
| HSL | 37.07º | 0.55% | 0.44% | - |
| HSV(B) | 37.07º | 0.71% | 0.68% | - |
| XYZ | 25.27 | 24.04 | 6.33 | - |
| YUV | 131.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 50 | 0 | 0.27 | 0.71 | 0.32 | 37.07 | 0.55 | 0.44 |
| Hex | AD | 7E | 32 | 0 | 1B | 47 | 20 | 25 | 37 | 2C |
| Octal | 255 | 176 | 62 | 0 | 33 | 107 | 40 | 45 | 67 | 54 |
| Binary | 10101101 | 1111110 | 110010 | 0 | 11011 | 1000111 | 100000 | 100101 | 110111 | 101100 |
Color Harmonies of #AD7E32
Complementary color
Monochromatic Colors of #AD7E32
Black with #AD7E32
Text Example
Text Example
White with #AD7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E32; }
p { color: rgb(173,126,50); }
H1.HeaderClassName
{
color: #AD7E32;
}
.AnyTagClassName
{
color: #AD7E32;
}
</style>
background-color css
<style>
a { background-color: #AD7E32; }
a { background-color: rgb(173,126,50); }
div.DivClassName
{
background-color: #AD7E32;
}
.BgClassName
{
background-color: #AD7E32;
}
</style>
border-color css
<style>
span { border-color: #AD7E32; }
span { border-color: rgb(173,126,50); }
td.TdClassName
{
border-color: #AD7E32;
}
.TagClassName
{
border-color: #AD7E32;
}
</style>