Shades of Chestnut #AF4841
Tints of Chestnut #AF4841
RGB
CMYK
RGB Variations
Color information
#AF4841 (or 0xAF4841) is known color: Chestnut. HEX triplet: AF, 48 and 41. RGB value is (175,72,65). Sum of RGB (Red+Green+Blue) = 175+72+65=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4841 is #50B7BE. Grayscale: #666666. Windows color (decimal): -5289919 or 4278447. OLE color: 4278447.
HSL color Cylindrical-coordinate representation of color #AF4841: hue angle of 3.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4841 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 65 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.31 |
| HSL | 3.82º | 0.46% | 0.47% | - |
| HSV(B) | 3.82º | 0.63% | 0.69% | - |
| XYZ | 20.95 | 14.13 | 6.62 | - |
| YUV | 102 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 65 | 0 | 0.59 | 0.63 | 0.31 | 3.82 | 0.46 | 0.47 |
| Hex | AF | 48 | 41 | 0 | 3B | 3F | 1F | 4 | 2E | 2F |
| Octal | 257 | 110 | 101 | 0 | 73 | 77 | 37 | 4 | 56 | 57 |
| Binary | 10101111 | 1001000 | 1000001 | 0 | 111011 | 111111 | 11111 | 100 | 101110 | 101111 |
Color Harmonies of #AF4841
Complementary color
Monochromatic Colors of #AF4841
Black with #AF4841
Text Example
Text Example
White with #AF4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4841; }
p { color: rgb(175,72,65); }
H1.HeaderClassName
{
color: #AF4841;
}
.AnyTagClassName
{
color: #AF4841;
}
</style>
background-color css
<style>
a { background-color: #AF4841; }
a { background-color: rgb(175,72,65); }
div.DivClassName
{
background-color: #AF4841;
}
.BgClassName
{
background-color: #AF4841;
}
</style>
border-color css
<style>
span { border-color: #AF4841; }
span { border-color: rgb(175,72,65); }
td.TdClassName
{
border-color: #AF4841;
}
.TagClassName
{
border-color: #AF4841;
}
</style>