Shades of Mandalay #AD7B32
Tints of Mandalay #AD7B32
RGB
CMYK
RGB Variations
Color information
#AD7B32 (or 0xAD7B32) is known color: Mandalay. HEX triplet: AD, 7B and 32. RGB value is (173,123,50). Sum of RGB (Red+Green+Blue) = 173+123+50=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B32 is #5284CD. Grayscale: #818181. Windows color (decimal): -5407950 or 3308461. OLE color: 3308461.
HSL color Cylindrical-coordinate representation of color #AD7B32: hue angle of 35.61º 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 #AD7B32 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 50 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.32 |
| HSL | 35.61º | 0.55% | 0.44% | - |
| HSV(B) | 35.61º | 0.71% | 0.68% | - |
| XYZ | 24.89 | 23.28 | 6.2 | - |
| YUV | 129.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 50 | 0 | 0.29 | 0.71 | 0.32 | 35.61 | 0.55 | 0.44 |
| Hex | AD | 7B | 32 | 0 | 1D | 47 | 20 | 24 | 37 | 2C |
| Octal | 255 | 173 | 62 | 0 | 35 | 107 | 40 | 44 | 67 | 54 |
| Binary | 10101101 | 1111011 | 110010 | 0 | 11101 | 1000111 | 100000 | 100100 | 110111 | 101100 |
Color Harmonies of #AD7B32
Complementary color
Monochromatic Colors of #AD7B32
Black with #AD7B32
Text Example
Text Example
White with #AD7B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B32; }
p { color: rgb(173,123,50); }
H1.HeaderClassName
{
color: #AD7B32;
}
.AnyTagClassName
{
color: #AD7B32;
}
</style>
background-color css
<style>
a { background-color: #AD7B32; }
a { background-color: rgb(173,123,50); }
div.DivClassName
{
background-color: #AD7B32;
}
.BgClassName
{
background-color: #AD7B32;
}
</style>
border-color css
<style>
span { border-color: #AD7B32; }
span { border-color: rgb(173,123,50); }
td.TdClassName
{
border-color: #AD7B32;
}
.TagClassName
{
border-color: #AD7B32;
}
</style>