Shades of Mandalay #AD812C
Tints of Mandalay #AD812C
RGB
CMYK
RGB Variations
Color information
#AD812C (or 0xAD812C) is known color: Mandalay. HEX triplet: AD, 81 and 2C. RGB value is (173,129,44). Sum of RGB (Red+Green+Blue) = 173+129+44=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD812C is #527ED3. Grayscale: #848484. Windows color (decimal): -5406420 or 2916781. OLE color: 2916781.
HSL color Cylindrical-coordinate representation of color #AD812C: hue angle of 39.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD812C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 44 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.32 |
| HSL | 39.53º | 0.59% | 0.43% | - |
| HSV(B) | 39.53º | 0.75% | 0.68% | - |
| XYZ | 25.54 | 24.77 | 5.82 | - |
| YUV | 132.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 44 | 0 | 0.25 | 0.75 | 0.32 | 39.53 | 0.59 | 0.43 |
| Hex | AD | 81 | 2C | 0 | 19 | 4B | 20 | 28 | 3B | 2B |
| Octal | 255 | 201 | 54 | 0 | 31 | 113 | 40 | 50 | 73 | 53 |
| Binary | 10101101 | 10000001 | 101100 | 0 | 11001 | 1001011 | 100000 | 101000 | 111011 | 101011 |
Color Harmonies of #AD812C
Complementary color
Monochromatic Colors of #AD812C
Black with #AD812C
Text Example
Text Example
White with #AD812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD812C; }
p { color: rgb(173,129,44); }
H1.HeaderClassName
{
color: #AD812C;
}
.AnyTagClassName
{
color: #AD812C;
}
</style>
background-color css
<style>
a { background-color: #AD812C; }
a { background-color: rgb(173,129,44); }
div.DivClassName
{
background-color: #AD812C;
}
.BgClassName
{
background-color: #AD812C;
}
</style>
border-color css
<style>
span { border-color: #AD812C; }
span { border-color: rgb(173,129,44); }
td.TdClassName
{
border-color: #AD812C;
}
.TagClassName
{
border-color: #AD812C;
}
</style>