Shades of Mandalay #AF8134
Tints of Mandalay #AF8134
RGB
CMYK
RGB Variations
Color information
#AF8134 (or 0xAF8134) is known color: Mandalay. HEX triplet: AF, 81 and 34. RGB value is (175,129,52). Sum of RGB (Red+Green+Blue) = 175+129+52=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8134 is #507ECB. Grayscale: #868686. Windows color (decimal): -5275340 or 3441071. OLE color: 3441071.
HSL color Cylindrical-coordinate representation of color #AF8134: hue angle of 37.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8134 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 52 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.31 |
| HSL | 37.56º | 0.54% | 0.45% | - |
| HSV(B) | 37.56º | 0.7% | 0.69% | - |
| XYZ | 26.15 | 25.06 | 6.71 | - |
| YUV | 133.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 52 | 0 | 0.26 | 0.70 | 0.31 | 37.56 | 0.54 | 0.45 |
| Hex | AF | 81 | 34 | 0 | 1A | 46 | 1F | 26 | 36 | 2D |
| Octal | 257 | 201 | 64 | 0 | 32 | 106 | 37 | 46 | 66 | 55 |
| Binary | 10101111 | 10000001 | 110100 | 0 | 11010 | 1000110 | 11111 | 100110 | 110110 | 101101 |
Color Harmonies of #AF8134
Complementary color
Monochromatic Colors of #AF8134
Black with #AF8134
Text Example
Text Example
White with #AF8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8134; }
p { color: rgb(175,129,52); }
H1.HeaderClassName
{
color: #AF8134;
}
.AnyTagClassName
{
color: #AF8134;
}
</style>
background-color css
<style>
a { background-color: #AF8134; }
a { background-color: rgb(175,129,52); }
div.DivClassName
{
background-color: #AF8134;
}
.BgClassName
{
background-color: #AF8134;
}
</style>
border-color css
<style>
span { border-color: #AF8134; }
span { border-color: rgb(175,129,52); }
td.TdClassName
{
border-color: #AF8134;
}
.TagClassName
{
border-color: #AF8134;
}
</style>