Shades of Mandalay #AF822C
Tints of Mandalay #AF822C
RGB
CMYK
RGB Variations
Color information
#AF822C (or 0xAF822C) is known color: Mandalay. HEX triplet: AF, 82 and 2C. RGB value is (175,130,44). Sum of RGB (Red+Green+Blue) = 175+130+44=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822C is #507DD3. Grayscale: #868686. Windows color (decimal): -5275092 or 2917039. OLE color: 2917039.
HSL color Cylindrical-coordinate representation of color #AF822C: hue angle of 39.39º degrees, saturation: 0.6, 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 #AF822C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 44 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.31 |
| HSL | 39.39º | 0.6% | 0.43% | - |
| HSV(B) | 39.39º | 0.75% | 0.69% | - |
| XYZ | 26.12 | 25.26 | 5.88 | - |
| YUV | 133.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 44 | 0 | 0.26 | 0.75 | 0.31 | 39.39 | 0.6 | 0.43 |
| Hex | AF | 82 | 2C | 0 | 1A | 4B | 1F | 27 | 3C | 2B |
| Octal | 257 | 202 | 54 | 0 | 32 | 113 | 37 | 47 | 74 | 53 |
| Binary | 10101111 | 10000010 | 101100 | 0 | 11010 | 1001011 | 11111 | 100111 | 111100 | 101011 |
Color Harmonies of #AF822C
Complementary color
Monochromatic Colors of #AF822C
Black with #AF822C
Text Example
Text Example
White with #AF822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF822C; }
p { color: rgb(175,130,44); }
H1.HeaderClassName
{
color: #AF822C;
}
.AnyTagClassName
{
color: #AF822C;
}
</style>
background-color css
<style>
a { background-color: #AF822C; }
a { background-color: rgb(175,130,44); }
div.DivClassName
{
background-color: #AF822C;
}
.BgClassName
{
background-color: #AF822C;
}
</style>
border-color css
<style>
span { border-color: #AF822C; }
span { border-color: rgb(175,130,44); }
td.TdClassName
{
border-color: #AF822C;
}
.TagClassName
{
border-color: #AF822C;
}
</style>