Shades of Mandalay #AF802F
Tints of Mandalay #AF802F
RGB
CMYK
RGB Variations
Color information
#AF802F (or 0xAF802F) is known color: Mandalay. HEX triplet: AF, 80 and 2F. RGB value is (175,128,47). Sum of RGB (Red+Green+Blue) = 175+128+47=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF802F is #507FD0. Grayscale: #858585. Windows color (decimal): -5275601 or 3113135. OLE color: 3113135.
HSL color Cylindrical-coordinate representation of color #AF802F: hue angle of 37.97º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF802F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 47 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.31 |
| HSL | 37.97º | 0.58% | 0.44% | - |
| HSV(B) | 37.97º | 0.73% | 0.69% | - |
| XYZ | 25.91 | 24.76 | 6.1 | - |
| YUV | 132.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 47 | 0 | 0.27 | 0.73 | 0.31 | 37.97 | 0.58 | 0.44 |
| Hex | AF | 80 | 2F | 0 | 1B | 49 | 1F | 26 | 3A | 2C |
| Octal | 257 | 200 | 57 | 0 | 33 | 111 | 37 | 46 | 72 | 54 |
| Binary | 10101111 | 10000000 | 101111 | 0 | 11011 | 1001001 | 11111 | 100110 | 111010 | 101100 |
Color Harmonies of #AF802F
Complementary color
Monochromatic Colors of #AF802F
Black with #AF802F
Text Example
Text Example
White with #AF802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF802F; }
p { color: rgb(175,128,47); }
H1.HeaderClassName
{
color: #AF802F;
}
.AnyTagClassName
{
color: #AF802F;
}
</style>
background-color css
<style>
a { background-color: #AF802F; }
a { background-color: rgb(175,128,47); }
div.DivClassName
{
background-color: #AF802F;
}
.BgClassName
{
background-color: #AF802F;
}
</style>
border-color css
<style>
span { border-color: #AF802F; }
span { border-color: rgb(175,128,47); }
td.TdClassName
{
border-color: #AF802F;
}
.TagClassName
{
border-color: #AF802F;
}
</style>