Shades of Mandalay #AF8228
Tints of Mandalay #AF8228
RGB
CMYK
RGB Variations
Color information
#AF8228 (or 0xAF8228) is known color: Mandalay. HEX triplet: AF, 82 and 28. RGB value is (175,130,40). Sum of RGB (Red+Green+Blue) = 175+130+40=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8228 is #507DD7. Grayscale: #858585. Windows color (decimal): -5275096 or 2654895. OLE color: 2654895.
HSL color Cylindrical-coordinate representation of color #AF8228: hue angle of 40º 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 #AF8228 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 40 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.31 |
| HSL | 40º | 0.63% | 0.42% | - |
| HSV(B) | 40º | 0.77% | 0.69% | - |
| XYZ | 26.04 | 25.23 | 5.51 | - |
| YUV | 133.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 40 | 0 | 0.26 | 0.77 | 0.31 | 40 | 0.63 | 0.42 |
| Hex | AF | 82 | 28 | 0 | 1A | 4D | 1F | 28 | 3F | 2A |
| Octal | 257 | 202 | 50 | 0 | 32 | 115 | 37 | 50 | 77 | 52 |
| Binary | 10101111 | 10000010 | 101000 | 0 | 11010 | 1001101 | 11111 | 101000 | 111111 | 101010 |
Color Harmonies of #AF8228
Complementary color
Monochromatic Colors of #AF8228
Black with #AF8228
Text Example
Text Example
White with #AF8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8228; }
p { color: rgb(175,130,40); }
H1.HeaderClassName
{
color: #AF8228;
}
.AnyTagClassName
{
color: #AF8228;
}
</style>
background-color css
<style>
a { background-color: #AF8228; }
a { background-color: rgb(175,130,40); }
div.DivClassName
{
background-color: #AF8228;
}
.BgClassName
{
background-color: #AF8228;
}
</style>
border-color css
<style>
span { border-color: #AF8228; }
span { border-color: rgb(175,130,40); }
td.TdClassName
{
border-color: #AF8228;
}
.TagClassName
{
border-color: #AF8228;
}
</style>