Shades of Mandalay #AD7932
Tints of Mandalay #AD7932
RGB
CMYK
RGB Variations
Color information
#AD7932 (or 0xAD7932) is known color: Mandalay. HEX triplet: AD, 79 and 32. RGB value is (173,121,50). Sum of RGB (Red+Green+Blue) = 173+121+50=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7932 is #5286CD. Grayscale: #808080. Windows color (decimal): -5408462 or 3307949. OLE color: 3307949.
HSL color Cylindrical-coordinate representation of color #AD7932: hue angle of 34.63º 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 #AD7932 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 50 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.32 |
| HSL | 34.63º | 0.55% | 0.44% | - |
| HSV(B) | 34.63º | 0.71% | 0.68% | - |
| XYZ | 24.65 | 22.79 | 6.12 | - |
| YUV | 128.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 50 | 0 | 0.30 | 0.71 | 0.32 | 34.63 | 0.55 | 0.44 |
| Hex | AD | 79 | 32 | 0 | 1E | 47 | 20 | 23 | 37 | 2C |
| Octal | 255 | 171 | 62 | 0 | 36 | 107 | 40 | 43 | 67 | 54 |
| Binary | 10101101 | 1111001 | 110010 | 0 | 11110 | 1000111 | 100000 | 100011 | 110111 | 101100 |
Color Harmonies of #AD7932
Complementary color
Monochromatic Colors of #AD7932
Black with #AD7932
Text Example
Text Example
White with #AD7932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7932; }
p { color: rgb(173,121,50); }
H1.HeaderClassName
{
color: #AD7932;
}
.AnyTagClassName
{
color: #AD7932;
}
</style>
background-color css
<style>
a { background-color: #AD7932; }
a { background-color: rgb(173,121,50); }
div.DivClassName
{
background-color: #AD7932;
}
.BgClassName
{
background-color: #AD7932;
}
</style>
border-color css
<style>
span { border-color: #AD7932; }
span { border-color: rgb(173,121,50); }
td.TdClassName
{
border-color: #AD7932;
}
.TagClassName
{
border-color: #AD7932;
}
</style>