Shades of Mahogany #AF373A
Tints of Mahogany #AF373A
RGB
CMYK
RGB Variations
Color information
#AF373A (or 0xAF373A) is known color: Mahogany. HEX triplet: AF, 37 and 3A. RGB value is (175,55,58). Sum of RGB (Red+Green+Blue) = 175+55+58=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF373A is #50C8C5. Grayscale: #5B5B5B. Windows color (decimal): -5294278 or 3815343. OLE color: 3815343.
HSL color Cylindrical-coordinate representation of color #AF373A: hue angle of 358.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 #AF373A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 58 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.31 |
| HSL | 358.5º | 0.52% | 0.45% | - |
| HSV(B) | 358.5º | 0.69% | 0.69% | - |
| XYZ | 19.81 | 12.15 | 5.3 | - |
| YUV | 91.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 58 | 0 | 0.69 | 0.67 | 0.31 | 358.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 3A | 0 | 45 | 43 | 1F | 166 | 34 | 2D |
| Octal | 257 | 67 | 72 | 0 | 105 | 103 | 37 | 546 | 64 | 55 |
| Binary | 10101111 | 110111 | 111010 | 0 | 1000101 | 1000011 | 11111 | 101100110 | 110100 | 101101 |
Color Harmonies of #AF373A
Complementary color
Monochromatic Colors of #AF373A
Black with #AF373A
Text Example
Text Example
White with #AF373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF373A; }
p { color: rgb(175,55,58); }
H1.HeaderClassName
{
color: #AF373A;
}
.AnyTagClassName
{
color: #AF373A;
}
</style>
background-color css
<style>
a { background-color: #AF373A; }
a { background-color: rgb(175,55,58); }
div.DivClassName
{
background-color: #AF373A;
}
.BgClassName
{
background-color: #AF373A;
}
</style>
border-color css
<style>
span { border-color: #AF373A; }
span { border-color: rgb(175,55,58); }
td.TdClassName
{
border-color: #AF373A;
}
.TagClassName
{
border-color: #AF373A;
}
</style>