Shades of Mandalay #AD7F2B
Tints of Mandalay #AD7F2B
RGB
CMYK
RGB Variations
Color information
#AD7F2B (or 0xAD7F2B) is known color: Mandalay. HEX triplet: AD, 7F and 2B. RGB value is (173,127,43). Sum of RGB (Red+Green+Blue) = 173+127+43=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F2B is #5280D4. Grayscale: #838383. Windows color (decimal): -5406933 or 2850733. OLE color: 2850733.
HSL color Cylindrical-coordinate representation of color #AD7F2B: hue angle of 38.77º 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 #AD7F2B is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 43 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.32 |
| HSL | 38.77º | 0.6% | 0.42% | - |
| HSV(B) | 38.77º | 0.75% | 0.68% | - |
| XYZ | 25.26 | 24.24 | 5.63 | - |
| YUV | 131.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 43 | 0 | 0.27 | 0.75 | 0.32 | 38.77 | 0.6 | 0.42 |
| Hex | AD | 7F | 2B | 0 | 1B | 4B | 20 | 27 | 3C | 2A |
| Octal | 255 | 177 | 53 | 0 | 33 | 113 | 40 | 47 | 74 | 52 |
| Binary | 10101101 | 1111111 | 101011 | 0 | 11011 | 1001011 | 100000 | 100111 | 111100 | 101010 |
Color Harmonies of #AD7F2B
Complementary color
Monochromatic Colors of #AD7F2B
Black with #AD7F2B
Text Example
Text Example
White with #AD7F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F2B; }
p { color: rgb(173,127,43); }
H1.HeaderClassName
{
color: #AD7F2B;
}
.AnyTagClassName
{
color: #AD7F2B;
}
</style>
background-color css
<style>
a { background-color: #AD7F2B; }
a { background-color: rgb(173,127,43); }
div.DivClassName
{
background-color: #AD7F2B;
}
.BgClassName
{
background-color: #AD7F2B;
}
</style>
border-color css
<style>
span { border-color: #AD7F2B; }
span { border-color: rgb(173,127,43); }
td.TdClassName
{
border-color: #AD7F2B;
}
.TagClassName
{
border-color: #AD7F2B;
}
</style>