Shades of Chestnut #AF4844
Tints of Chestnut #AF4844
RGB
CMYK
RGB Variations
Color information
#AF4844 (or 0xAF4844) is known color: Chestnut. HEX triplet: AF, 48 and 44. RGB value is (175,72,68). Sum of RGB (Red+Green+Blue) = 175+72+68=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4844 is #50B7BB. Grayscale: #666666. Windows color (decimal): -5289916 or 4475055. OLE color: 4475055.
HSL color Cylindrical-coordinate representation of color #AF4844: hue angle of 2.24º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4844 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 68 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.31 |
| HSL | 2.24º | 0.44% | 0.48% | - |
| HSV(B) | 2.24º | 0.61% | 0.69% | - |
| XYZ | 21.04 | 14.17 | 7.09 | - |
| YUV | 102.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 68 | 0 | 0.59 | 0.61 | 0.31 | 2.24 | 0.44 | 0.48 |
| Hex | AF | 48 | 44 | 0 | 3B | 3D | 1F | 2 | 2C | 30 |
| Octal | 257 | 110 | 104 | 0 | 73 | 75 | 37 | 2 | 54 | 60 |
| Binary | 10101111 | 1001000 | 1000100 | 0 | 111011 | 111101 | 11111 | 10 | 101100 | 110000 |
Color Harmonies of #AF4844
Complementary color
Monochromatic Colors of #AF4844
Black with #AF4844
Text Example
Text Example
White with #AF4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4844; }
p { color: rgb(175,72,68); }
H1.HeaderClassName
{
color: #AF4844;
}
.AnyTagClassName
{
color: #AF4844;
}
</style>
background-color css
<style>
a { background-color: #AF4844; }
a { background-color: rgb(175,72,68); }
div.DivClassName
{
background-color: #AF4844;
}
.BgClassName
{
background-color: #AF4844;
}
</style>
border-color css
<style>
span { border-color: #AF4844; }
span { border-color: rgb(175,72,68); }
td.TdClassName
{
border-color: #AF4844;
}
.TagClassName
{
border-color: #AF4844;
}
</style>