Shades of Mandalay #AD8328
Tints of Mandalay #AD8328
RGB
CMYK
RGB Variations
Color information
#AD8328 (or 0xAD8328) is known color: Mandalay. HEX triplet: AD, 83 and 28. RGB value is (173,131,40). Sum of RGB (Red+Green+Blue) = 173+131+40=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8328 is #527CD7. Grayscale: #858585. Windows color (decimal): -5405912 or 2655149. OLE color: 2655149.
HSL color Cylindrical-coordinate representation of color #AD8328: hue angle of 41.05º 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 #AD8328 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 40 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.32 |
| HSL | 41.05º | 0.62% | 0.42% | - |
| HSV(B) | 41.05º | 0.77% | 0.68% | - |
| XYZ | 25.73 | 25.27 | 5.53 | - |
| YUV | 133.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 40 | 0 | 0.24 | 0.77 | 0.32 | 41.05 | 0.62 | 0.42 |
| Hex | AD | 83 | 28 | 0 | 18 | 4D | 20 | 29 | 3E | 2A |
| Octal | 255 | 203 | 50 | 0 | 30 | 115 | 40 | 51 | 76 | 52 |
| Binary | 10101101 | 10000011 | 101000 | 0 | 11000 | 1001101 | 100000 | 101001 | 111110 | 101010 |
Color Harmonies of #AD8328
Complementary color
Monochromatic Colors of #AD8328
Black with #AD8328
Text Example
Text Example
White with #AD8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8328; }
p { color: rgb(173,131,40); }
H1.HeaderClassName
{
color: #AD8328;
}
.AnyTagClassName
{
color: #AD8328;
}
</style>
background-color css
<style>
a { background-color: #AD8328; }
a { background-color: rgb(173,131,40); }
div.DivClassName
{
background-color: #AD8328;
}
.BgClassName
{
background-color: #AD8328;
}
</style>
border-color css
<style>
span { border-color: #AD8328; }
span { border-color: rgb(173,131,40); }
td.TdClassName
{
border-color: #AD8328;
}
.TagClassName
{
border-color: #AD8328;
}
</style>