Shades of Mandalay #AF7937
Tints of Mandalay #AF7937
RGB
CMYK
RGB Variations
Color information
#AF7937 (or 0xAF7937) is known color: Mandalay. HEX triplet: AF, 79 and 37. RGB value is (175,121,55). Sum of RGB (Red+Green+Blue) = 175+121+55=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7937 is #5086C8. Grayscale: #818181. Windows color (decimal): -5277385 or 3635631. OLE color: 3635631.
HSL color Cylindrical-coordinate representation of color #AF7937: hue angle of 33º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF7937 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 55 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.31 |
| HSL | 33º | 0.52% | 0.45% | - |
| HSV(B) | 33º | 0.69% | 0.69% | - |
| XYZ | 25.21 | 23.06 | 6.74 | - |
| YUV | 129.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 55 | 0 | 0.31 | 0.69 | 0.31 | 33 | 0.52 | 0.45 |
| Hex | AF | 79 | 37 | 0 | 1F | 45 | 1F | 21 | 34 | 2D |
| Octal | 257 | 171 | 67 | 0 | 37 | 105 | 37 | 41 | 64 | 55 |
| Binary | 10101111 | 1111001 | 110111 | 0 | 11111 | 1000101 | 11111 | 100001 | 110100 | 101101 |
Color Harmonies of #AF7937
Complementary color
Monochromatic Colors of #AF7937
Black with #AF7937
Text Example
Text Example
White with #AF7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7937; }
p { color: rgb(175,121,55); }
H1.HeaderClassName
{
color: #AF7937;
}
.AnyTagClassName
{
color: #AF7937;
}
</style>
background-color css
<style>
a { background-color: #AF7937; }
a { background-color: rgb(175,121,55); }
div.DivClassName
{
background-color: #AF7937;
}
.BgClassName
{
background-color: #AF7937;
}
</style>
border-color css
<style>
span { border-color: #AF7937; }
span { border-color: rgb(175,121,55); }
td.TdClassName
{
border-color: #AF7937;
}
.TagClassName
{
border-color: #AF7937;
}
</style>