Shades of Mandalay #AF852B
Tints of Mandalay #AF852B
RGB
CMYK
RGB Variations
Color information
#AF852B (or 0xAF852B) is known color: Mandalay. HEX triplet: AF, 85 and 2B. RGB value is (175,133,43). Sum of RGB (Red+Green+Blue) = 175+133+43=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF852B is #507AD4. Grayscale: #878787. Windows color (decimal): -5274325 or 2852271. OLE color: 2852271.
HSL color Cylindrical-coordinate representation of color #AF852B: hue angle of 40.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF852B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 43 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.31 |
| HSL | 40.91º | 0.61% | 0.43% | - |
| HSV(B) | 40.91º | 0.75% | 0.69% | - |
| XYZ | 26.5 | 26.06 | 5.92 | - |
| YUV | 135.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 43 | 0 | 0.24 | 0.75 | 0.31 | 40.91 | 0.61 | 0.43 |
| Hex | AF | 85 | 2B | 0 | 18 | 4B | 1F | 29 | 3D | 2B |
| Octal | 257 | 205 | 53 | 0 | 30 | 113 | 37 | 51 | 75 | 53 |
| Binary | 10101111 | 10000101 | 101011 | 0 | 11000 | 1001011 | 11111 | 101001 | 111101 | 101011 |
Color Harmonies of #AF852B
Complementary color
Monochromatic Colors of #AF852B
Black with #AF852B
Text Example
Text Example
White with #AF852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF852B; }
p { color: rgb(175,133,43); }
H1.HeaderClassName
{
color: #AF852B;
}
.AnyTagClassName
{
color: #AF852B;
}
</style>
background-color css
<style>
a { background-color: #AF852B; }
a { background-color: rgb(175,133,43); }
div.DivClassName
{
background-color: #AF852B;
}
.BgClassName
{
background-color: #AF852B;
}
</style>
border-color css
<style>
span { border-color: #AF852B; }
span { border-color: rgb(175,133,43); }
td.TdClassName
{
border-color: #AF852B;
}
.TagClassName
{
border-color: #AF852B;
}
</style>