Shades of Mandalay #AF8128
Tints of Mandalay #AF8128
RGB
CMYK
RGB Variations
Color information
#AF8128 (or 0xAF8128) is known color: Mandalay. HEX triplet: AF, 81 and 28. RGB value is (175,129,40). Sum of RGB (Red+Green+Blue) = 175+129+40=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8128 is #507ED7. Grayscale: #858585. Windows color (decimal): -5275352 or 2654639. OLE color: 2654639.
HSL color Cylindrical-coordinate representation of color #AF8128: hue angle of 39.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF8128 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 40 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.31 |
| HSL | 39.56º | 0.63% | 0.42% | - |
| HSV(B) | 39.56º | 0.77% | 0.69% | - |
| XYZ | 25.91 | 24.97 | 5.46 | - |
| YUV | 132.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 40 | 0 | 0.26 | 0.77 | 0.31 | 39.56 | 0.63 | 0.42 |
| Hex | AF | 81 | 28 | 0 | 1A | 4D | 1F | 28 | 3F | 2A |
| Octal | 257 | 201 | 50 | 0 | 32 | 115 | 37 | 50 | 77 | 52 |
| Binary | 10101111 | 10000001 | 101000 | 0 | 11010 | 1001101 | 11111 | 101000 | 111111 | 101010 |
Color Harmonies of #AF8128
Complementary color
Monochromatic Colors of #AF8128
Black with #AF8128
Text Example
Text Example
White with #AF8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8128; }
p { color: rgb(175,129,40); }
H1.HeaderClassName
{
color: #AF8128;
}
.AnyTagClassName
{
color: #AF8128;
}
</style>
background-color css
<style>
a { background-color: #AF8128; }
a { background-color: rgb(175,129,40); }
div.DivClassName
{
background-color: #AF8128;
}
.BgClassName
{
background-color: #AF8128;
}
</style>
border-color css
<style>
span { border-color: #AF8128; }
span { border-color: rgb(175,129,40); }
td.TdClassName
{
border-color: #AF8128;
}
.TagClassName
{
border-color: #AF8128;
}
</style>