Shades of Mandalay #AD842A
Tints of Mandalay #AD842A
RGB
CMYK
RGB Variations
Color information
#AD842A (or 0xAD842A) is known color: Mandalay. HEX triplet: AD, 84 and 2A. RGB value is (173,132,42). Sum of RGB (Red+Green+Blue) = 173+132+42=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD842A is #527BD5. Grayscale: #868686. Windows color (decimal): -5405654 or 2786477. OLE color: 2786477.
HSL color Cylindrical-coordinate representation of color #AD842A: hue angle of 41.22º degrees, saturation: 0.61, 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 #AD842A is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 42 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.32 |
| HSL | 41.22º | 0.61% | 0.42% | - |
| HSV(B) | 41.22º | 0.76% | 0.68% | - |
| XYZ | 25.9 | 25.55 | 5.76 | - |
| YUV | 134 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 42 | 0 | 0.24 | 0.76 | 0.32 | 41.22 | 0.61 | 0.42 |
| Hex | AD | 84 | 2A | 0 | 18 | 4C | 20 | 29 | 3D | 2A |
| Octal | 255 | 204 | 52 | 0 | 30 | 114 | 40 | 51 | 75 | 52 |
| Binary | 10101101 | 10000100 | 101010 | 0 | 11000 | 1001100 | 100000 | 101001 | 111101 | 101010 |
Color Harmonies of #AD842A
Complementary color
Monochromatic Colors of #AD842A
Black with #AD842A
Text Example
Text Example
White with #AD842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD842A; }
p { color: rgb(173,132,42); }
H1.HeaderClassName
{
color: #AD842A;
}
.AnyTagClassName
{
color: #AD842A;
}
</style>
background-color css
<style>
a { background-color: #AD842A; }
a { background-color: rgb(173,132,42); }
div.DivClassName
{
background-color: #AD842A;
}
.BgClassName
{
background-color: #AD842A;
}
</style>
border-color css
<style>
span { border-color: #AD842A; }
span { border-color: rgb(173,132,42); }
td.TdClassName
{
border-color: #AD842A;
}
.TagClassName
{
border-color: #AD842A;
}
</style>