Shades of Mandalay #AF8529
Tints of Mandalay #AF8529
RGB
CMYK
RGB Variations
Color information
#AF8529 (or 0xAF8529) is known color: Mandalay. HEX triplet: AF, 85 and 29. RGB value is (175,133,41). Sum of RGB (Red+Green+Blue) = 175+133+41=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8529 is #507AD6. Grayscale: #878787. Windows color (decimal): -5274327 or 2721199. OLE color: 2721199.
HSL color Cylindrical-coordinate representation of color #AF8529: hue angle of 41.19º degrees, saturation: 0.62, 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 #AF8529 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 41 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.31 |
| HSL | 41.19º | 0.62% | 0.42% | - |
| HSV(B) | 41.19º | 0.77% | 0.69% | - |
| XYZ | 26.47 | 26.05 | 5.73 | - |
| YUV | 135.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 41 | 0 | 0.24 | 0.77 | 0.31 | 41.19 | 0.62 | 0.42 |
| Hex | AF | 85 | 29 | 0 | 18 | 4D | 1F | 29 | 3E | 2A |
| Octal | 257 | 205 | 51 | 0 | 30 | 115 | 37 | 51 | 76 | 52 |
| Binary | 10101111 | 10000101 | 101001 | 0 | 11000 | 1001101 | 11111 | 101001 | 111110 | 101010 |
Color Harmonies of #AF8529
Complementary color
Monochromatic Colors of #AF8529
Black with #AF8529
Text Example
Text Example
White with #AF8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8529; }
p { color: rgb(175,133,41); }
H1.HeaderClassName
{
color: #AF8529;
}
.AnyTagClassName
{
color: #AF8529;
}
</style>
background-color css
<style>
a { background-color: #AF8529; }
a { background-color: rgb(175,133,41); }
div.DivClassName
{
background-color: #AF8529;
}
.BgClassName
{
background-color: #AF8529;
}
</style>
border-color css
<style>
span { border-color: #AF8529; }
span { border-color: rgb(175,133,41); }
td.TdClassName
{
border-color: #AF8529;
}
.TagClassName
{
border-color: #AF8529;
}
</style>