Shades of Mahogany #AF3537
Tints of Mahogany #AF3537
RGB
CMYK
RGB Variations
Color information
#AF3537 (or 0xAF3537) is known color: Mahogany. HEX triplet: AF, 35 and 37. RGB value is (175,53,55). Sum of RGB (Red+Green+Blue) = 175+53+55=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3537 is #50CAC8. Grayscale: #595959. Windows color (decimal): -5294793 or 3618223. OLE color: 3618223.
HSL color Cylindrical-coordinate representation of color #AF3537: hue angle of 359.02º 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 #AF3537 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 55 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.31 |
| HSL | 359.02º | 0.54% | 0.45% | - |
| HSV(B) | 359.02º | 0.7% | 0.69% | - |
| XYZ | 19.64 | 11.94 | 4.88 | - |
| YUV | 89.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 55 | 0 | 0.70 | 0.69 | 0.31 | 359.02 | 0.54 | 0.45 |
| Hex | AF | 35 | 37 | 0 | 46 | 45 | 1F | 167 | 36 | 2D |
| Octal | 257 | 65 | 67 | 0 | 106 | 105 | 37 | 547 | 66 | 55 |
| Binary | 10101111 | 110101 | 110111 | 0 | 1000110 | 1000101 | 11111 | 101100111 | 110110 | 101101 |
Color Harmonies of #AF3537
Complementary color
Monochromatic Colors of #AF3537
Black with #AF3537
Text Example
Text Example
White with #AF3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3537; }
p { color: rgb(175,53,55); }
H1.HeaderClassName
{
color: #AF3537;
}
.AnyTagClassName
{
color: #AF3537;
}
</style>
background-color css
<style>
a { background-color: #AF3537; }
a { background-color: rgb(175,53,55); }
div.DivClassName
{
background-color: #AF3537;
}
.BgClassName
{
background-color: #AF3537;
}
</style>
border-color css
<style>
span { border-color: #AF3537; }
span { border-color: rgb(175,53,55); }
td.TdClassName
{
border-color: #AF3537;
}
.TagClassName
{
border-color: #AF3537;
}
</style>