Shades of Mandalay #AD8025
Tints of Mandalay #AD8025
RGB
CMYK
RGB Variations
Color information
#AD8025 (or 0xAD8025) is known color: Mandalay. HEX triplet: AD, 80 and 25. RGB value is (173,128,37). Sum of RGB (Red+Green+Blue) = 173+128+37=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8025 is #527FDA. Grayscale: #838383. Windows color (decimal): -5406683 or 2457773. OLE color: 2457773.
HSL color Cylindrical-coordinate representation of color #AD8025: hue angle of 40.15º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8025 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 37 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.32 |
| HSL | 40.15º | 0.65% | 0.41% | - |
| HSV(B) | 40.15º | 0.79% | 0.68% | - |
| XYZ | 25.29 | 24.46 | 5.14 | - |
| YUV | 131.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 37 | 0 | 0.26 | 0.79 | 0.32 | 40.15 | 0.65 | 0.41 |
| Hex | AD | 80 | 25 | 0 | 1A | 4F | 20 | 28 | 41 | 29 |
| Octal | 255 | 200 | 45 | 0 | 32 | 117 | 40 | 50 | 101 | 51 |
| Binary | 10101101 | 10000000 | 100101 | 0 | 11010 | 1001111 | 100000 | 101000 | 1000001 | 101001 |
Color Harmonies of #AD8025
Complementary color
Monochromatic Colors of #AD8025
Black with #AD8025
Text Example
Text Example
White with #AD8025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8025; }
p { color: rgb(173,128,37); }
H1.HeaderClassName
{
color: #AD8025;
}
.AnyTagClassName
{
color: #AD8025;
}
</style>
background-color css
<style>
a { background-color: #AD8025; }
a { background-color: rgb(173,128,37); }
div.DivClassName
{
background-color: #AD8025;
}
.BgClassName
{
background-color: #AD8025;
}
</style>
border-color css
<style>
span { border-color: #AD8025; }
span { border-color: rgb(173,128,37); }
td.TdClassName
{
border-color: #AD8025;
}
.TagClassName
{
border-color: #AD8025;
}
</style>