Shades of Mandalay #AF812E
Tints of Mandalay #AF812E
RGB
CMYK
RGB Variations
Color information
#AF812E (or 0xAF812E) is known color: Mandalay. HEX triplet: AF, 81 and 2E. RGB value is (175,129,46). Sum of RGB (Red+Green+Blue) = 175+129+46=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF812E is #507ED1. Grayscale: #858585. Windows color (decimal): -5275346 or 3047855. OLE color: 3047855.
HSL color Cylindrical-coordinate representation of color #AF812E: hue angle of 38.6º degrees, saturation: 0.58, 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 #AF812E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 46 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.31 |
| HSL | 38.6º | 0.58% | 0.43% | - |
| HSV(B) | 38.6º | 0.74% | 0.69% | - |
| XYZ | 26.02 | 25.01 | 6.04 | - |
| YUV | 133.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 46 | 0 | 0.26 | 0.74 | 0.31 | 38.6 | 0.58 | 0.43 |
| Hex | AF | 81 | 2E | 0 | 1A | 4A | 1F | 27 | 3A | 2B |
| Octal | 257 | 201 | 56 | 0 | 32 | 112 | 37 | 47 | 72 | 53 |
| Binary | 10101111 | 10000001 | 101110 | 0 | 11010 | 1001010 | 11111 | 100111 | 111010 | 101011 |
Color Harmonies of #AF812E
Complementary color
Monochromatic Colors of #AF812E
Black with #AF812E
Text Example
Text Example
White with #AF812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF812E; }
p { color: rgb(175,129,46); }
H1.HeaderClassName
{
color: #AF812E;
}
.AnyTagClassName
{
color: #AF812E;
}
</style>
background-color css
<style>
a { background-color: #AF812E; }
a { background-color: rgb(175,129,46); }
div.DivClassName
{
background-color: #AF812E;
}
.BgClassName
{
background-color: #AF812E;
}
</style>
border-color css
<style>
span { border-color: #AF812E; }
span { border-color: rgb(175,129,46); }
td.TdClassName
{
border-color: #AF812E;
}
.TagClassName
{
border-color: #AF812E;
}
</style>