Shades of Mandalay #AF822D
Tints of Mandalay #AF822D
RGB
CMYK
RGB Variations
Color information
#AF822D (or 0xAF822D) is known color: Mandalay. HEX triplet: AF, 82 and 2D. RGB value is (175,130,45). Sum of RGB (Red+Green+Blue) = 175+130+45=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822D is #507DD2. Grayscale: #868686. Windows color (decimal): -5275091 or 2982575. OLE color: 2982575.
HSL color Cylindrical-coordinate representation of color #AF822D: hue angle of 39.23º 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 #AF822D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 45 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.31 |
| HSL | 39.23º | 0.59% | 0.43% | - |
| HSV(B) | 39.23º | 0.74% | 0.69% | - |
| XYZ | 26.14 | 25.27 | 5.98 | - |
| YUV | 133.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 45 | 0 | 0.26 | 0.74 | 0.31 | 39.23 | 0.59 | 0.43 |
| Hex | AF | 82 | 2D | 0 | 1A | 4A | 1F | 27 | 3B | 2B |
| Octal | 257 | 202 | 55 | 0 | 32 | 112 | 37 | 47 | 73 | 53 |
| Binary | 10101111 | 10000010 | 101101 | 0 | 11010 | 1001010 | 11111 | 100111 | 111011 | 101011 |
Color Harmonies of #AF822D
Complementary color
Monochromatic Colors of #AF822D
Black with #AF822D
Text Example
Text Example
White with #AF822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF822D; }
p { color: rgb(175,130,45); }
H1.HeaderClassName
{
color: #AF822D;
}
.AnyTagClassName
{
color: #AF822D;
}
</style>
background-color css
<style>
a { background-color: #AF822D; }
a { background-color: rgb(175,130,45); }
div.DivClassName
{
background-color: #AF822D;
}
.BgClassName
{
background-color: #AF822D;
}
</style>
border-color css
<style>
span { border-color: #AF822D; }
span { border-color: rgb(175,130,45); }
td.TdClassName
{
border-color: #AF822D;
}
.TagClassName
{
border-color: #AF822D;
}
</style>