Shades of Chestnut #AF4744
Tints of Chestnut #AF4744
RGB
CMYK
RGB Variations
Color information
#AF4744 (or 0xAF4744) is known color: Chestnut. HEX triplet: AF, 47 and 44. RGB value is (175,71,68). Sum of RGB (Red+Green+Blue) = 175+71+68=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4744 is #50B8BB. Grayscale: #656565. Windows color (decimal): -5290172 or 4474799. OLE color: 4474799.
HSL color Cylindrical-coordinate representation of color #AF4744: hue angle of 1.68º 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 #AF4744 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 68 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.31 |
| HSL | 1.68º | 0.44% | 0.48% | - |
| HSV(B) | 1.68º | 0.61% | 0.69% | - |
| XYZ | 20.98 | 14.04 | 7.07 | - |
| YUV | 101.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 68 | 0 | 0.59 | 0.61 | 0.31 | 1.68 | 0.44 | 0.48 |
| Hex | AF | 47 | 44 | 0 | 3B | 3D | 1F | 2 | 2C | 30 |
| Octal | 257 | 107 | 104 | 0 | 73 | 75 | 37 | 2 | 54 | 60 |
| Binary | 10101111 | 1000111 | 1000100 | 0 | 111011 | 111101 | 11111 | 10 | 101100 | 110000 |
Color Harmonies of #AF4744
Complementary color
Monochromatic Colors of #AF4744
Black with #AF4744
Text Example
Text Example
White with #AF4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4744; }
p { color: rgb(175,71,68); }
H1.HeaderClassName
{
color: #AF4744;
}
.AnyTagClassName
{
color: #AF4744;
}
</style>
background-color css
<style>
a { background-color: #AF4744; }
a { background-color: rgb(175,71,68); }
div.DivClassName
{
background-color: #AF4744;
}
.BgClassName
{
background-color: #AF4744;
}
</style>
border-color css
<style>
span { border-color: #AF4744; }
span { border-color: rgb(175,71,68); }
td.TdClassName
{
border-color: #AF4744;
}
.TagClassName
{
border-color: #AF4744;
}
</style>