Shades of Mandalay #AF8020
Tints of Mandalay #AF8020
RGB
CMYK
RGB Variations
Color information
#AF8020 (or 0xAF8020) is known color: Mandalay. HEX triplet: AF, 80 and 20. RGB value is (175,128,32). Sum of RGB (Red+Green+Blue) = 175+128+32=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8020 is #507FDF. Grayscale: #838383. Windows color (decimal): -5275616 or 2130095. OLE color: 2130095.
HSL color Cylindrical-coordinate representation of color #AF8020: hue angle of 40.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF8020 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 32 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.31 |
| HSL | 40.28º | 0.69% | 0.41% | - |
| HSV(B) | 40.28º | 0.82% | 0.69% | - |
| XYZ | 25.66 | 24.66 | 4.77 | - |
| YUV | 131.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 32 | 0 | 0.27 | 0.82 | 0.31 | 40.28 | 0.69 | 0.41 |
| Hex | AF | 80 | 20 | 0 | 1B | 52 | 1F | 28 | 45 | 29 |
| Octal | 257 | 200 | 40 | 0 | 33 | 122 | 37 | 50 | 105 | 51 |
| Binary | 10101111 | 10000000 | 100000 | 0 | 11011 | 1010010 | 11111 | 101000 | 1000101 | 101001 |
Color Harmonies of #AF8020
Complementary color
Monochromatic Colors of #AF8020
Black with #AF8020
Text Example
Text Example
White with #AF8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8020; }
p { color: rgb(175,128,32); }
H1.HeaderClassName
{
color: #AF8020;
}
.AnyTagClassName
{
color: #AF8020;
}
</style>
background-color css
<style>
a { background-color: #AF8020; }
a { background-color: rgb(175,128,32); }
div.DivClassName
{
background-color: #AF8020;
}
.BgClassName
{
background-color: #AF8020;
}
</style>
border-color css
<style>
span { border-color: #AF8020; }
span { border-color: rgb(175,128,32); }
td.TdClassName
{
border-color: #AF8020;
}
.TagClassName
{
border-color: #AF8020;
}
</style>