Shades of Mandalay #AF802A
Tints of Mandalay #AF802A
RGB
CMYK
RGB Variations
Color information
#AF802A (or 0xAF802A) is known color: Mandalay. HEX triplet: AF, 80 and 2A. RGB value is (175,128,42). Sum of RGB (Red+Green+Blue) = 175+128+42=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF802A is #507FD5. Grayscale: #848484. Windows color (decimal): -5275606 or 2785455. OLE color: 2785455.
HSL color Cylindrical-coordinate representation of color #AF802A: hue angle of 38.8º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF802A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 42 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.31 |
| HSL | 38.8º | 0.61% | 0.43% | - |
| HSV(B) | 38.8º | 0.76% | 0.69% | - |
| XYZ | 25.82 | 24.72 | 5.6 | - |
| YUV | 132.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 42 | 0 | 0.27 | 0.76 | 0.31 | 38.8 | 0.61 | 0.43 |
| Hex | AF | 80 | 2A | 0 | 1B | 4C | 1F | 27 | 3D | 2B |
| Octal | 257 | 200 | 52 | 0 | 33 | 114 | 37 | 47 | 75 | 53 |
| Binary | 10101111 | 10000000 | 101010 | 0 | 11011 | 1001100 | 11111 | 100111 | 111101 | 101011 |
Color Harmonies of #AF802A
Complementary color
Monochromatic Colors of #AF802A
Black with #AF802A
Text Example
Text Example
White with #AF802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF802A; }
p { color: rgb(175,128,42); }
H1.HeaderClassName
{
color: #AF802A;
}
.AnyTagClassName
{
color: #AF802A;
}
</style>
background-color css
<style>
a { background-color: #AF802A; }
a { background-color: rgb(175,128,42); }
div.DivClassName
{
background-color: #AF802A;
}
.BgClassName
{
background-color: #AF802A;
}
</style>
border-color css
<style>
span { border-color: #AF802A; }
span { border-color: rgb(175,128,42); }
td.TdClassName
{
border-color: #AF802A;
}
.TagClassName
{
border-color: #AF802A;
}
</style>