Shades of Mandalay #AF802D
Tints of Mandalay #AF802D
RGB
CMYK
RGB Variations
Color information
#AF802D (or 0xAF802D) is known color: Mandalay. HEX triplet: AF, 80 and 2D. RGB value is (175,128,45). Sum of RGB (Red+Green+Blue) = 175+128+45=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF802D is #507FD2. Grayscale: #848484. Windows color (decimal): -5275603 or 2982063. OLE color: 2982063.
HSL color Cylindrical-coordinate representation of color #AF802D: hue angle of 38.31º 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 #AF802D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 45 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.31 |
| HSL | 38.31º | 0.59% | 0.43% | - |
| HSV(B) | 38.31º | 0.74% | 0.69% | - |
| XYZ | 25.87 | 24.74 | 5.89 | - |
| YUV | 132.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 45 | 0 | 0.27 | 0.74 | 0.31 | 38.31 | 0.59 | 0.43 |
| Hex | AF | 80 | 2D | 0 | 1B | 4A | 1F | 26 | 3B | 2B |
| Octal | 257 | 200 | 55 | 0 | 33 | 112 | 37 | 46 | 73 | 53 |
| Binary | 10101111 | 10000000 | 101101 | 0 | 11011 | 1001010 | 11111 | 100110 | 111011 | 101011 |
Color Harmonies of #AF802D
Complementary color
Monochromatic Colors of #AF802D
Black with #AF802D
Text Example
Text Example
White with #AF802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF802D; }
p { color: rgb(175,128,45); }
H1.HeaderClassName
{
color: #AF802D;
}
.AnyTagClassName
{
color: #AF802D;
}
</style>
background-color css
<style>
a { background-color: #AF802D; }
a { background-color: rgb(175,128,45); }
div.DivClassName
{
background-color: #AF802D;
}
.BgClassName
{
background-color: #AF802D;
}
</style>
border-color css
<style>
span { border-color: #AF802D; }
span { border-color: rgb(175,128,45); }
td.TdClassName
{
border-color: #AF802D;
}
.TagClassName
{
border-color: #AF802D;
}
</style>