Shades of Mandalay #AD7E28
Tints of Mandalay #AD7E28
RGB
CMYK
RGB Variations
Color information
#AD7E28 (or 0xAD7E28) is known color: Mandalay. HEX triplet: AD, 7E and 28. RGB value is (173,126,40). Sum of RGB (Red+Green+Blue) = 173+126+40=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E28 is #5281D7. Grayscale: #828282. Windows color (decimal): -5407192 or 2653869. OLE color: 2653869.
HSL color Cylindrical-coordinate representation of color #AD7E28: hue angle of 38.8º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD7E28 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 40 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.32 |
| HSL | 38.8º | 0.62% | 0.42% | - |
| HSV(B) | 38.8º | 0.77% | 0.68% | - |
| XYZ | 25.08 | 23.96 | 5.31 | - |
| YUV | 130.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 40 | 0 | 0.27 | 0.77 | 0.32 | 38.8 | 0.62 | 0.42 |
| Hex | AD | 7E | 28 | 0 | 1B | 4D | 20 | 27 | 3E | 2A |
| Octal | 255 | 176 | 50 | 0 | 33 | 115 | 40 | 47 | 76 | 52 |
| Binary | 10101101 | 1111110 | 101000 | 0 | 11011 | 1001101 | 100000 | 100111 | 111110 | 101010 |
Color Harmonies of #AD7E28
Complementary color
Monochromatic Colors of #AD7E28
Black with #AD7E28
Text Example
Text Example
White with #AD7E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E28; }
p { color: rgb(173,126,40); }
H1.HeaderClassName
{
color: #AD7E28;
}
.AnyTagClassName
{
color: #AD7E28;
}
</style>
background-color css
<style>
a { background-color: #AD7E28; }
a { background-color: rgb(173,126,40); }
div.DivClassName
{
background-color: #AD7E28;
}
.BgClassName
{
background-color: #AD7E28;
}
</style>
border-color css
<style>
span { border-color: #AD7E28; }
span { border-color: rgb(173,126,40); }
td.TdClassName
{
border-color: #AD7E28;
}
.TagClassName
{
border-color: #AD7E28;
}
</style>