Shades of Chestnut #AF4946
Tints of Chestnut #AF4946
RGB
CMYK
RGB Variations
Color information
#AF4946 (or 0xAF4946) is known color: Chestnut. HEX triplet: AF, 49 and 46. RGB value is (175,73,70). Sum of RGB (Red+Green+Blue) = 175+73+70=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4946 is #50B6B9. Grayscale: #676767. Windows color (decimal): -5289658 or 4606383. OLE color: 4606383.
HSL color Cylindrical-coordinate representation of color #AF4946: hue angle of 1.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4946 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 70 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.31 |
| HSL | 1.71º | 0.43% | 0.48% | - |
| HSV(B) | 1.71º | 0.6% | 0.69% | - |
| XYZ | 21.17 | 14.32 | 7.44 | - |
| YUV | 103.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 70 | 0 | 0.58 | 0.60 | 0.31 | 1.71 | 0.43 | 0.48 |
| Hex | AF | 49 | 46 | 0 | 3A | 3C | 1F | 2 | 2B | 30 |
| Octal | 257 | 111 | 106 | 0 | 72 | 74 | 37 | 2 | 53 | 60 |
| Binary | 10101111 | 1001001 | 1000110 | 0 | 111010 | 111100 | 11111 | 10 | 101011 | 110000 |
Color Harmonies of #AF4946
Complementary color
Monochromatic Colors of #AF4946
Black with #AF4946
Text Example
Text Example
White with #AF4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4946; }
p { color: rgb(175,73,70); }
H1.HeaderClassName
{
color: #AF4946;
}
.AnyTagClassName
{
color: #AF4946;
}
</style>
background-color css
<style>
a { background-color: #AF4946; }
a { background-color: rgb(175,73,70); }
div.DivClassName
{
background-color: #AF4946;
}
.BgClassName
{
background-color: #AF4946;
}
</style>
border-color css
<style>
span { border-color: #AF4946; }
span { border-color: rgb(175,73,70); }
td.TdClassName
{
border-color: #AF4946;
}
.TagClassName
{
border-color: #AF4946;
}
</style>