Shades of Mandalay #AF822E
Tints of Mandalay #AF822E
RGB
CMYK
RGB Variations
Color information
#AF822E (or 0xAF822E) is known color: Mandalay. HEX triplet: AF, 82 and 2E. RGB value is (175,130,46). Sum of RGB (Red+Green+Blue) = 175+130+46=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822E is #507DD1. Grayscale: #868686. Windows color (decimal): -5275090 or 3048111. OLE color: 3048111.
HSL color Cylindrical-coordinate representation of color #AF822E: hue angle of 39.07º 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 #AF822E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 46 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.31 |
| HSL | 39.07º | 0.58% | 0.43% | - |
| HSV(B) | 39.07º | 0.74% | 0.69% | - |
| XYZ | 26.15 | 25.28 | 6.09 | - |
| YUV | 133.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 46 | 0 | 0.26 | 0.74 | 0.31 | 39.07 | 0.58 | 0.43 |
| Hex | AF | 82 | 2E | 0 | 1A | 4A | 1F | 27 | 3A | 2B |
| Octal | 257 | 202 | 56 | 0 | 32 | 112 | 37 | 47 | 72 | 53 |
| Binary | 10101111 | 10000010 | 101110 | 0 | 11010 | 1001010 | 11111 | 100111 | 111010 | 101011 |
Color Harmonies of #AF822E
Complementary color
Monochromatic Colors of #AF822E
Black with #AF822E
Text Example
Text Example
White with #AF822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF822E; }
p { color: rgb(175,130,46); }
H1.HeaderClassName
{
color: #AF822E;
}
.AnyTagClassName
{
color: #AF822E;
}
</style>
background-color css
<style>
a { background-color: #AF822E; }
a { background-color: rgb(175,130,46); }
div.DivClassName
{
background-color: #AF822E;
}
.BgClassName
{
background-color: #AF822E;
}
</style>
border-color css
<style>
span { border-color: #AF822E; }
span { border-color: rgb(175,130,46); }
td.TdClassName
{
border-color: #AF822E;
}
.TagClassName
{
border-color: #AF822E;
}
</style>