Shades of Mahogany #AF3C3D
Tints of Mahogany #AF3C3D
RGB
CMYK
RGB Variations
Color information
#AF3C3D (or 0xAF3C3D) is known color: Mahogany. HEX triplet: AF, 3C and 3D. RGB value is (175,60,61). Sum of RGB (Red+Green+Blue) = 175+60+61=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C3D is #50C3C2. Grayscale: #5E5E5E. Windows color (decimal): -5292995 or 4013231. OLE color: 4013231.
HSL color Cylindrical-coordinate representation of color #AF3C3D: hue angle of 359.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C3D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 61 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.31 |
| HSL | 359.48º | 0.49% | 0.46% | - |
| HSV(B) | 359.48º | 0.66% | 0.69% | - |
| XYZ | 20.14 | 12.68 | 5.8 | - |
| YUV | 94.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 61 | 0 | 0.66 | 0.65 | 0.31 | 359.48 | 0.49 | 0.46 |
| Hex | AF | 3C | 3D | 0 | 42 | 41 | 1F | 167 | 31 | 2E |
| Octal | 257 | 74 | 75 | 0 | 102 | 101 | 37 | 547 | 61 | 56 |
| Binary | 10101111 | 111100 | 111101 | 0 | 1000010 | 1000001 | 11111 | 101100111 | 110001 | 101110 |
Color Harmonies of #AF3C3D
Complementary color
Monochromatic Colors of #AF3C3D
Black with #AF3C3D
Text Example
Text Example
White with #AF3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C3D; }
p { color: rgb(175,60,61); }
H1.HeaderClassName
{
color: #AF3C3D;
}
.AnyTagClassName
{
color: #AF3C3D;
}
</style>
background-color css
<style>
a { background-color: #AF3C3D; }
a { background-color: rgb(175,60,61); }
div.DivClassName
{
background-color: #AF3C3D;
}
.BgClassName
{
background-color: #AF3C3D;
}
</style>
border-color css
<style>
span { border-color: #AF3C3D; }
span { border-color: rgb(175,60,61); }
td.TdClassName
{
border-color: #AF3C3D;
}
.TagClassName
{
border-color: #AF3C3D;
}
</style>