Shades of Mandalay #AD7A32
Tints of Mandalay #AD7A32
RGB
CMYK
RGB Variations
Color information
#AD7A32 (or 0xAD7A32) is known color: Mandalay. HEX triplet: AD, 7A and 32. RGB value is (173,122,50). Sum of RGB (Red+Green+Blue) = 173+122+50=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A32 is #5285CD. Grayscale: #818181. Windows color (decimal): -5408206 or 3308205. OLE color: 3308205.
HSL color Cylindrical-coordinate representation of color #AD7A32: hue angle of 35.12º 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 #AD7A32 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 50 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.32 |
| HSL | 35.12º | 0.55% | 0.44% | - |
| HSV(B) | 35.12º | 0.71% | 0.68% | - |
| XYZ | 24.77 | 23.03 | 6.16 | - |
| YUV | 129.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 50 | 0 | 0.29 | 0.71 | 0.32 | 35.12 | 0.55 | 0.44 |
| Hex | AD | 7A | 32 | 0 | 1D | 47 | 20 | 23 | 37 | 2C |
| Octal | 255 | 172 | 62 | 0 | 35 | 107 | 40 | 43 | 67 | 54 |
| Binary | 10101101 | 1111010 | 110010 | 0 | 11101 | 1000111 | 100000 | 100011 | 110111 | 101100 |
Color Harmonies of #AD7A32
Complementary color
Monochromatic Colors of #AD7A32
Black with #AD7A32
Text Example
Text Example
White with #AD7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A32; }
p { color: rgb(173,122,50); }
H1.HeaderClassName
{
color: #AD7A32;
}
.AnyTagClassName
{
color: #AD7A32;
}
</style>
background-color css
<style>
a { background-color: #AD7A32; }
a { background-color: rgb(173,122,50); }
div.DivClassName
{
background-color: #AD7A32;
}
.BgClassName
{
background-color: #AD7A32;
}
</style>
border-color css
<style>
span { border-color: #AD7A32; }
span { border-color: rgb(173,122,50); }
td.TdClassName
{
border-color: #AD7A32;
}
.TagClassName
{
border-color: #AD7A32;
}
</style>