Shades of Mandalay #AD7B2E
Tints of Mandalay #AD7B2E
RGB
CMYK
RGB Variations
Color information
#AD7B2E (or 0xAD7B2E) is known color: Mandalay. HEX triplet: AD, 7B and 2E. RGB value is (173,123,46). Sum of RGB (Red+Green+Blue) = 173+123+46=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B2E is #5284D1. Grayscale: #818181. Windows color (decimal): -5407954 or 3046317. OLE color: 3046317.
HSL color Cylindrical-coordinate representation of color #AD7B2E: hue angle of 36.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD7B2E is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 46 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.32 |
| HSL | 36.38º | 0.58% | 0.43% | - |
| HSV(B) | 36.38º | 0.73% | 0.68% | - |
| XYZ | 24.81 | 23.25 | 5.76 | - |
| YUV | 129.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 46 | 0 | 0.29 | 0.73 | 0.32 | 36.38 | 0.58 | 0.43 |
| Hex | AD | 7B | 2E | 0 | 1D | 49 | 20 | 24 | 3A | 2B |
| Octal | 255 | 173 | 56 | 0 | 35 | 111 | 40 | 44 | 72 | 53 |
| Binary | 10101101 | 1111011 | 101110 | 0 | 11101 | 1001001 | 100000 | 100100 | 111010 | 101011 |
Color Harmonies of #AD7B2E
Complementary color
Monochromatic Colors of #AD7B2E
Black with #AD7B2E
Text Example
Text Example
White with #AD7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B2E; }
p { color: rgb(173,123,46); }
H1.HeaderClassName
{
color: #AD7B2E;
}
.AnyTagClassName
{
color: #AD7B2E;
}
</style>
background-color css
<style>
a { background-color: #AD7B2E; }
a { background-color: rgb(173,123,46); }
div.DivClassName
{
background-color: #AD7B2E;
}
.BgClassName
{
background-color: #AD7B2E;
}
</style>
border-color css
<style>
span { border-color: #AD7B2E; }
span { border-color: rgb(173,123,46); }
td.TdClassName
{
border-color: #AD7B2E;
}
.TagClassName
{
border-color: #AD7B2E;
}
</style>