Shades of Mahogany #AF393B
Tints of Mahogany #AF393B
RGB
CMYK
RGB Variations
Color information
#AF393B (or 0xAF393B) is known color: Mahogany. HEX triplet: AF, 39 and 3B. RGB value is (175,57,59). Sum of RGB (Red+Green+Blue) = 175+57+59=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF393B is #50C6C4. Grayscale: #5C5C5C. Windows color (decimal): -5293765 or 3881391. OLE color: 3881391.
HSL color Cylindrical-coordinate representation of color #AF393B: hue angle of 358.98º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF393B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 59 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.31 |
| HSL | 358.98º | 0.51% | 0.45% | - |
| HSV(B) | 358.98º | 0.67% | 0.69% | - |
| XYZ | 19.93 | 12.36 | 5.47 | - |
| YUV | 92.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 59 | 0 | 0.67 | 0.66 | 0.31 | 358.98 | 0.51 | 0.45 |
| Hex | AF | 39 | 3B | 0 | 43 | 42 | 1F | 167 | 33 | 2D |
| Octal | 257 | 71 | 73 | 0 | 103 | 102 | 37 | 547 | 63 | 55 |
| Binary | 10101111 | 111001 | 111011 | 0 | 1000011 | 1000010 | 11111 | 101100111 | 110011 | 101101 |
Color Harmonies of #AF393B
Complementary color
Monochromatic Colors of #AF393B
Black with #AF393B
Text Example
Text Example
White with #AF393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF393B; }
p { color: rgb(175,57,59); }
H1.HeaderClassName
{
color: #AF393B;
}
.AnyTagClassName
{
color: #AF393B;
}
</style>
background-color css
<style>
a { background-color: #AF393B; }
a { background-color: rgb(175,57,59); }
div.DivClassName
{
background-color: #AF393B;
}
.BgClassName
{
background-color: #AF393B;
}
</style>
border-color css
<style>
span { border-color: #AF393B; }
span { border-color: rgb(175,57,59); }
td.TdClassName
{
border-color: #AF393B;
}
.TagClassName
{
border-color: #AF393B;
}
</style>