Shades of Mandalay #AD7C34
Tints of Mandalay #AD7C34
RGB
CMYK
RGB Variations
Color information
#AD7C34 (or 0xAD7C34) is known color: Mandalay. HEX triplet: AD, 7C and 34. RGB value is (173,124,52). Sum of RGB (Red+Green+Blue) = 173+124+52=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7C34 is #5283CB. Grayscale: #828282. Windows color (decimal): -5407692 or 3439789. OLE color: 3439789.
HSL color Cylindrical-coordinate representation of color #AD7C34: hue angle of 35.7º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD7C34 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 52 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.32 |
| HSL | 35.7º | 0.54% | 0.44% | - |
| HSV(B) | 35.7º | 0.7% | 0.68% | - |
| XYZ | 25.06 | 23.55 | 6.47 | - |
| YUV | 130.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 52 | 0 | 0.28 | 0.70 | 0.32 | 35.7 | 0.54 | 0.44 |
| Hex | AD | 7C | 34 | 0 | 1C | 46 | 20 | 24 | 36 | 2C |
| Octal | 255 | 174 | 64 | 0 | 34 | 106 | 40 | 44 | 66 | 54 |
| Binary | 10101101 | 1111100 | 110100 | 0 | 11100 | 1000110 | 100000 | 100100 | 110110 | 101100 |
Color Harmonies of #AD7C34
Complementary color
Monochromatic Colors of #AD7C34
Black with #AD7C34
Text Example
Text Example
White with #AD7C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C34; }
p { color: rgb(173,124,52); }
H1.HeaderClassName
{
color: #AD7C34;
}
.AnyTagClassName
{
color: #AD7C34;
}
</style>
background-color css
<style>
a { background-color: #AD7C34; }
a { background-color: rgb(173,124,52); }
div.DivClassName
{
background-color: #AD7C34;
}
.BgClassName
{
background-color: #AD7C34;
}
</style>
border-color css
<style>
span { border-color: #AD7C34; }
span { border-color: rgb(173,124,52); }
td.TdClassName
{
border-color: #AD7C34;
}
.TagClassName
{
border-color: #AD7C34;
}
</style>