Shades of Mandalay #AF8527
Tints of Mandalay #AF8527
RGB
CMYK
RGB Variations
Color information
#AF8527 (or 0xAF8527) is known color: Mandalay. HEX triplet: AF, 85 and 27. RGB value is (175,133,39). Sum of RGB (Red+Green+Blue) = 175+133+39=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8527 is #507AD8. Grayscale: #878787. Windows color (decimal): -5274329 or 2590127. OLE color: 2590127.
HSL color Cylindrical-coordinate representation of color #AF8527: hue angle of 41.47º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF8527 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 39 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.31 |
| HSL | 41.47º | 0.64% | 0.42% | - |
| HSV(B) | 41.47º | 0.78% | 0.69% | - |
| XYZ | 26.43 | 26.04 | 5.55 | - |
| YUV | 134.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 39 | 0 | 0.24 | 0.78 | 0.31 | 41.47 | 0.64 | 0.42 |
| Hex | AF | 85 | 27 | 0 | 18 | 4E | 1F | 29 | 40 | 2A |
| Octal | 257 | 205 | 47 | 0 | 30 | 116 | 37 | 51 | 100 | 52 |
| Binary | 10101111 | 10000101 | 100111 | 0 | 11000 | 1001110 | 11111 | 101001 | 1000000 | 101010 |
Color Harmonies of #AF8527
Complementary color
Monochromatic Colors of #AF8527
Black with #AF8527
Text Example
Text Example
White with #AF8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8527; }
p { color: rgb(175,133,39); }
H1.HeaderClassName
{
color: #AF8527;
}
.AnyTagClassName
{
color: #AF8527;
}
</style>
background-color css
<style>
a { background-color: #AF8527; }
a { background-color: rgb(175,133,39); }
div.DivClassName
{
background-color: #AF8527;
}
.BgClassName
{
background-color: #AF8527;
}
</style>
border-color css
<style>
span { border-color: #AF8527; }
span { border-color: rgb(175,133,39); }
td.TdClassName
{
border-color: #AF8527;
}
.TagClassName
{
border-color: #AF8527;
}
</style>