Shades of Mandalay #AF8525
Tints of Mandalay #AF8525
RGB
CMYK
RGB Variations
Color information
#AF8525 (or 0xAF8525) is known color: Mandalay. HEX triplet: AF, 85 and 25. RGB value is (175,133,37). Sum of RGB (Red+Green+Blue) = 175+133+37=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8525 is #507ADA. Grayscale: #878787. Windows color (decimal): -5274331 or 2459055. OLE color: 2459055.
HSL color Cylindrical-coordinate representation of color #AF8525: hue angle of 41.74º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF8525 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 37 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.31 |
| HSL | 41.74º | 0.65% | 0.42% | - |
| HSV(B) | 41.74º | 0.79% | 0.69% | - |
| XYZ | 26.4 | 26.02 | 5.38 | - |
| YUV | 134.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 37 | 0 | 0.24 | 0.79 | 0.31 | 41.74 | 0.65 | 0.42 |
| Hex | AF | 85 | 25 | 0 | 18 | 4F | 1F | 2A | 41 | 2A |
| Octal | 257 | 205 | 45 | 0 | 30 | 117 | 37 | 52 | 101 | 52 |
| Binary | 10101111 | 10000101 | 100101 | 0 | 11000 | 1001111 | 11111 | 101010 | 1000001 | 101010 |
Color Harmonies of #AF8525
Complementary color
Monochromatic Colors of #AF8525
Black with #AF8525
Text Example
Text Example
White with #AF8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8525; }
p { color: rgb(175,133,37); }
H1.HeaderClassName
{
color: #AF8525;
}
.AnyTagClassName
{
color: #AF8525;
}
</style>
background-color css
<style>
a { background-color: #AF8525; }
a { background-color: rgb(175,133,37); }
div.DivClassName
{
background-color: #AF8525;
}
.BgClassName
{
background-color: #AF8525;
}
</style>
border-color css
<style>
span { border-color: #AF8525; }
span { border-color: rgb(175,133,37); }
td.TdClassName
{
border-color: #AF8525;
}
.TagClassName
{
border-color: #AF8525;
}
</style>