Shades of Mandalay #AF852D
Tints of Mandalay #AF852D
RGB
CMYK
RGB Variations
Color information
#AF852D (or 0xAF852D) is known color: Mandalay. HEX triplet: AF, 85 and 2D. RGB value is (175,133,45). Sum of RGB (Red+Green+Blue) = 175+133+45=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF852D is #507AD2. Grayscale: #878787. Windows color (decimal): -5274323 or 2983343. OLE color: 2983343.
HSL color Cylindrical-coordinate representation of color #AF852D: hue angle of 40.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF852D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 45 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.31 |
| HSL | 40.62º | 0.59% | 0.43% | - |
| HSV(B) | 40.62º | 0.74% | 0.69% | - |
| XYZ | 26.54 | 26.08 | 6.12 | - |
| YUV | 135.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 45 | 0 | 0.24 | 0.74 | 0.31 | 40.62 | 0.59 | 0.43 |
| Hex | AF | 85 | 2D | 0 | 18 | 4A | 1F | 29 | 3B | 2B |
| Octal | 257 | 205 | 55 | 0 | 30 | 112 | 37 | 51 | 73 | 53 |
| Binary | 10101111 | 10000101 | 101101 | 0 | 11000 | 1001010 | 11111 | 101001 | 111011 | 101011 |
Color Harmonies of #AF852D
Complementary color
Monochromatic Colors of #AF852D
Black with #AF852D
Text Example
Text Example
White with #AF852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF852D; }
p { color: rgb(175,133,45); }
H1.HeaderClassName
{
color: #AF852D;
}
.AnyTagClassName
{
color: #AF852D;
}
</style>
background-color css
<style>
a { background-color: #AF852D; }
a { background-color: rgb(175,133,45); }
div.DivClassName
{
background-color: #AF852D;
}
.BgClassName
{
background-color: #AF852D;
}
</style>
border-color css
<style>
span { border-color: #AF852D; }
span { border-color: rgb(175,133,45); }
td.TdClassName
{
border-color: #AF852D;
}
.TagClassName
{
border-color: #AF852D;
}
</style>