Shades of Mandalay #AF8035
Tints of Mandalay #AF8035
RGB
CMYK
RGB Variations
Color information
#AF8035 (or 0xAF8035) is known color: Mandalay. HEX triplet: AF, 80 and 35. RGB value is (175,128,53). Sum of RGB (Red+Green+Blue) = 175+128+53=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8035 is #507FCA. Grayscale: #858585. Windows color (decimal): -5275595 or 3506351. OLE color: 3506351.
HSL color Cylindrical-coordinate representation of color #AF8035: hue angle of 36.89º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8035 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 53 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.31 |
| HSL | 36.89º | 0.54% | 0.45% | - |
| HSV(B) | 36.89º | 0.7% | 0.69% | - |
| XYZ | 26.04 | 24.81 | 6.78 | - |
| YUV | 133.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 53 | 0 | 0.27 | 0.70 | 0.31 | 36.89 | 0.54 | 0.45 |
| Hex | AF | 80 | 35 | 0 | 1B | 46 | 1F | 25 | 36 | 2D |
| Octal | 257 | 200 | 65 | 0 | 33 | 106 | 37 | 45 | 66 | 55 |
| Binary | 10101111 | 10000000 | 110101 | 0 | 11011 | 1000110 | 11111 | 100101 | 110110 | 101101 |
Color Harmonies of #AF8035
Complementary color
Monochromatic Colors of #AF8035
Black with #AF8035
Text Example
Text Example
White with #AF8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8035; }
p { color: rgb(175,128,53); }
H1.HeaderClassName
{
color: #AF8035;
}
.AnyTagClassName
{
color: #AF8035;
}
</style>
background-color css
<style>
a { background-color: #AF8035; }
a { background-color: rgb(175,128,53); }
div.DivClassName
{
background-color: #AF8035;
}
.BgClassName
{
background-color: #AF8035;
}
</style>
border-color css
<style>
span { border-color: #AF8035; }
span { border-color: rgb(175,128,53); }
td.TdClassName
{
border-color: #AF8035;
}
.TagClassName
{
border-color: #AF8035;
}
</style>