Shades of Mandalay #AD8029
Tints of Mandalay #AD8029
RGB
CMYK
RGB Variations
Color information
#AD8029 (or 0xAD8029) is known color: Mandalay. HEX triplet: AD, 80 and 29. RGB value is (173,128,41). Sum of RGB (Red+Green+Blue) = 173+128+41=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8029 is #527FD6. Grayscale: #838383. Windows color (decimal): -5406679 or 2719917. OLE color: 2719917.
HSL color Cylindrical-coordinate representation of color #AD8029: hue angle of 39.55º degrees, saturation: 0.62, 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 #AD8029 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 41 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.32 |
| HSL | 39.55º | 0.62% | 0.42% | - |
| HSV(B) | 39.55º | 0.76% | 0.68% | - |
| XYZ | 25.35 | 24.48 | 5.49 | - |
| YUV | 131.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 41 | 0 | 0.26 | 0.76 | 0.32 | 39.55 | 0.62 | 0.42 |
| Hex | AD | 80 | 29 | 0 | 1A | 4C | 20 | 28 | 3E | 2A |
| Octal | 255 | 200 | 51 | 0 | 32 | 114 | 40 | 50 | 76 | 52 |
| Binary | 10101101 | 10000000 | 101001 | 0 | 11010 | 1001100 | 100000 | 101000 | 111110 | 101010 |
Color Harmonies of #AD8029
Complementary color
Monochromatic Colors of #AD8029
Black with #AD8029
Text Example
Text Example
White with #AD8029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8029; }
p { color: rgb(173,128,41); }
H1.HeaderClassName
{
color: #AD8029;
}
.AnyTagClassName
{
color: #AD8029;
}
</style>
background-color css
<style>
a { background-color: #AD8029; }
a { background-color: rgb(173,128,41); }
div.DivClassName
{
background-color: #AD8029;
}
.BgClassName
{
background-color: #AD8029;
}
</style>
border-color css
<style>
span { border-color: #AD8029; }
span { border-color: rgb(173,128,41); }
td.TdClassName
{
border-color: #AD8029;
}
.TagClassName
{
border-color: #AD8029;
}
</style>