Shades of Mahogany #AF383B
Tints of Mahogany #AF383B
RGB
CMYK
RGB Variations
Color information
#AF383B (or 0xAF383B) is known color: Mahogany. HEX triplet: AF, 38 and 3B. RGB value is (175,56,59). Sum of RGB (Red+Green+Blue) = 175+56+59=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383B is #50C7C4. Grayscale: #5C5C5C. Windows color (decimal): -5294021 or 3881135. OLE color: 3881135.
HSL color Cylindrical-coordinate representation of color #AF383B: hue angle of 358.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF383B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 59 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.31 |
| HSL | 358.49º | 0.52% | 0.45% | - |
| HSV(B) | 358.49º | 0.68% | 0.69% | - |
| XYZ | 19.88 | 12.26 | 5.46 | - |
| YUV | 91.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 59 | 0 | 0.68 | 0.66 | 0.31 | 358.49 | 0.52 | 0.45 |
| Hex | AF | 38 | 3B | 0 | 44 | 42 | 1F | 166 | 34 | 2D |
| Octal | 257 | 70 | 73 | 0 | 104 | 102 | 37 | 546 | 64 | 55 |
| Binary | 10101111 | 111000 | 111011 | 0 | 1000100 | 1000010 | 11111 | 101100110 | 110100 | 101101 |
Color Harmonies of #AF383B
Complementary color
Monochromatic Colors of #AF383B
Black with #AF383B
Text Example
Text Example
White with #AF383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF383B; }
p { color: rgb(175,56,59); }
H1.HeaderClassName
{
color: #AF383B;
}
.AnyTagClassName
{
color: #AF383B;
}
</style>
background-color css
<style>
a { background-color: #AF383B; }
a { background-color: rgb(175,56,59); }
div.DivClassName
{
background-color: #AF383B;
}
.BgClassName
{
background-color: #AF383B;
}
</style>
border-color css
<style>
span { border-color: #AF383B; }
span { border-color: rgb(175,56,59); }
td.TdClassName
{
border-color: #AF383B;
}
.TagClassName
{
border-color: #AF383B;
}
</style>