Shades of Mandalay #AF7C37
Tints of Mandalay #AF7C37
RGB
CMYK
RGB Variations
Color information
#AF7C37 (or 0xAF7C37) is known color: Mandalay. HEX triplet: AF, 7C and 37. RGB value is (175,124,55). Sum of RGB (Red+Green+Blue) = 175+124+55=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C37 is #5083C8. Grayscale: #838383. Windows color (decimal): -5276617 or 3636399. OLE color: 3636399.
HSL color Cylindrical-coordinate representation of color #AF7C37: hue angle of 34.5º 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 #AF7C37 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 55 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.31 |
| HSL | 34.5º | 0.52% | 0.45% | - |
| HSV(B) | 34.5º | 0.69% | 0.69% | - |
| XYZ | 25.58 | 23.81 | 6.86 | - |
| YUV | 131.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 55 | 0 | 0.29 | 0.69 | 0.31 | 34.5 | 0.52 | 0.45 |
| Hex | AF | 7C | 37 | 0 | 1D | 45 | 1F | 22 | 34 | 2D |
| Octal | 257 | 174 | 67 | 0 | 35 | 105 | 37 | 42 | 64 | 55 |
| Binary | 10101111 | 1111100 | 110111 | 0 | 11101 | 1000101 | 11111 | 100010 | 110100 | 101101 |
Color Harmonies of #AF7C37
Complementary color
Monochromatic Colors of #AF7C37
Black with #AF7C37
Text Example
Text Example
White with #AF7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C37; }
p { color: rgb(175,124,55); }
H1.HeaderClassName
{
color: #AF7C37;
}
.AnyTagClassName
{
color: #AF7C37;
}
</style>
background-color css
<style>
a { background-color: #AF7C37; }
a { background-color: rgb(175,124,55); }
div.DivClassName
{
background-color: #AF7C37;
}
.BgClassName
{
background-color: #AF7C37;
}
</style>
border-color css
<style>
span { border-color: #AF7C37; }
span { border-color: rgb(175,124,55); }
td.TdClassName
{
border-color: #AF7C37;
}
.TagClassName
{
border-color: #AF7C37;
}
</style>