Shades of Mandalay #AF8121
Tints of Mandalay #AF8121
RGB
CMYK
RGB Variations
Color information
#AF8121 (or 0xAF8121) is known color: Mandalay. HEX triplet: AF, 81 and 21. RGB value is (175,129,33). Sum of RGB (Red+Green+Blue) = 175+129+33=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8121 is #507EDE. Grayscale: #848484. Windows color (decimal): -5275359 or 2195887. OLE color: 2195887.
HSL color Cylindrical-coordinate representation of color #AF8121: hue angle of 40.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF8121 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 33 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.31 |
| HSL | 40.56º | 0.68% | 0.41% | - |
| HSV(B) | 40.56º | 0.81% | 0.69% | - |
| XYZ | 25.8 | 24.92 | 4.89 | - |
| YUV | 131.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 33 | 0 | 0.26 | 0.81 | 0.31 | 40.56 | 0.68 | 0.41 |
| Hex | AF | 81 | 21 | 0 | 1A | 51 | 1F | 29 | 44 | 29 |
| Octal | 257 | 201 | 41 | 0 | 32 | 121 | 37 | 51 | 104 | 51 |
| Binary | 10101111 | 10000001 | 100001 | 0 | 11010 | 1010001 | 11111 | 101001 | 1000100 | 101001 |
Color Harmonies of #AF8121
Complementary color
Monochromatic Colors of #AF8121
Black with #AF8121
Text Example
Text Example
White with #AF8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8121; }
p { color: rgb(175,129,33); }
H1.HeaderClassName
{
color: #AF8121;
}
.AnyTagClassName
{
color: #AF8121;
}
</style>
background-color css
<style>
a { background-color: #AF8121; }
a { background-color: rgb(175,129,33); }
div.DivClassName
{
background-color: #AF8121;
}
.BgClassName
{
background-color: #AF8121;
}
</style>
border-color css
<style>
span { border-color: #AF8121; }
span { border-color: rgb(175,129,33); }
td.TdClassName
{
border-color: #AF8121;
}
.TagClassName
{
border-color: #AF8121;
}
</style>