Shades of Mandalay #AF8424
Tints of Mandalay #AF8424
RGB
CMYK
RGB Variations
Color information
#AF8424 (or 0xAF8424) is known color: Mandalay. HEX triplet: AF, 84 and 24. RGB value is (175,132,36). Sum of RGB (Red+Green+Blue) = 175+132+36=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8424 is #507BDB. Grayscale: #868686. Windows color (decimal): -5274588 or 2393263. OLE color: 2393263.
HSL color Cylindrical-coordinate representation of color #AF8424: hue angle of 41.44º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF8424 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 36 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.31 |
| HSL | 41.44º | 0.66% | 0.41% | - |
| HSV(B) | 41.44º | 0.79% | 0.69% | - |
| XYZ | 26.25 | 25.74 | 5.25 | - |
| YUV | 133.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 36 | 0 | 0.25 | 0.79 | 0.31 | 41.44 | 0.66 | 0.41 |
| Hex | AF | 84 | 24 | 0 | 19 | 4F | 1F | 29 | 42 | 29 |
| Octal | 257 | 204 | 44 | 0 | 31 | 117 | 37 | 51 | 102 | 51 |
| Binary | 10101111 | 10000100 | 100100 | 0 | 11001 | 1001111 | 11111 | 101001 | 1000010 | 101001 |
Color Harmonies of #AF8424
Complementary color
Monochromatic Colors of #AF8424
Black with #AF8424
Text Example
Text Example
White with #AF8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8424; }
p { color: rgb(175,132,36); }
H1.HeaderClassName
{
color: #AF8424;
}
.AnyTagClassName
{
color: #AF8424;
}
</style>
background-color css
<style>
a { background-color: #AF8424; }
a { background-color: rgb(175,132,36); }
div.DivClassName
{
background-color: #AF8424;
}
.BgClassName
{
background-color: #AF8424;
}
</style>
border-color css
<style>
span { border-color: #AF8424; }
span { border-color: rgb(175,132,36); }
td.TdClassName
{
border-color: #AF8424;
}
.TagClassName
{
border-color: #AF8424;
}
</style>