Shades of Mandalay #AD802B
Tints of Mandalay #AD802B
RGB
CMYK
RGB Variations
Color information
#AD802B (or 0xAD802B) is known color: Mandalay. HEX triplet: AD, 80 and 2B. RGB value is (173,128,43). Sum of RGB (Red+Green+Blue) = 173+128+43=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD802B is #527FD4. Grayscale: #848484. Windows color (decimal): -5406677 or 2850989. OLE color: 2850989.
HSL color Cylindrical-coordinate representation of color #AD802B: hue angle of 39.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD802B is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 43 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.32 |
| HSL | 39.23º | 0.6% | 0.42% | - |
| HSV(B) | 39.23º | 0.75% | 0.68% | - |
| XYZ | 25.39 | 24.5 | 5.68 | - |
| YUV | 131.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 43 | 0 | 0.26 | 0.75 | 0.32 | 39.23 | 0.6 | 0.42 |
| Hex | AD | 80 | 2B | 0 | 1A | 4B | 20 | 27 | 3C | 2A |
| Octal | 255 | 200 | 53 | 0 | 32 | 113 | 40 | 47 | 74 | 52 |
| Binary | 10101101 | 10000000 | 101011 | 0 | 11010 | 1001011 | 100000 | 100111 | 111100 | 101010 |
Color Harmonies of #AD802B
Complementary color
Monochromatic Colors of #AD802B
Black with #AD802B
Text Example
Text Example
White with #AD802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD802B; }
p { color: rgb(173,128,43); }
H1.HeaderClassName
{
color: #AD802B;
}
.AnyTagClassName
{
color: #AD802B;
}
</style>
background-color css
<style>
a { background-color: #AD802B; }
a { background-color: rgb(173,128,43); }
div.DivClassName
{
background-color: #AD802B;
}
.BgClassName
{
background-color: #AD802B;
}
</style>
border-color css
<style>
span { border-color: #AD802B; }
span { border-color: rgb(173,128,43); }
td.TdClassName
{
border-color: #AD802B;
}
.TagClassName
{
border-color: #AD802B;
}
</style>