Shades of Chestnut #AF4746
Tints of Chestnut #AF4746
RGB
CMYK
RGB Variations
Color information
#AF4746 (or 0xAF4746) is known color: Chestnut. HEX triplet: AF, 47 and 46. RGB value is (175,71,70). Sum of RGB (Red+Green+Blue) = 175+71+70=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4746 is #50B8B9. Grayscale: #666666. Windows color (decimal): -5290170 or 4605871. OLE color: 4605871.
HSL color Cylindrical-coordinate representation of color #AF4746: hue angle of 0.57º 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 #AF4746 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 70 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.31 |
| HSL | 0.57º | 0.43% | 0.48% | - |
| HSV(B) | 0.57º | 0.6% | 0.69% | - |
| XYZ | 21.04 | 14.06 | 7.4 | - |
| YUV | 101.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 70 | 0 | 0.59 | 0.60 | 0.31 | 0.57 | 0.43 | 0.48 |
| Hex | AF | 47 | 46 | 0 | 3B | 3C | 1F | 1 | 2B | 30 |
| Octal | 257 | 107 | 106 | 0 | 73 | 74 | 37 | 1 | 53 | 60 |
| Binary | 10101111 | 1000111 | 1000110 | 0 | 111011 | 111100 | 11111 | 1 | 101011 | 110000 |
Color Harmonies of #AF4746
Complementary color
Monochromatic Colors of #AF4746
Black with #AF4746
Text Example
Text Example
White with #AF4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4746; }
p { color: rgb(175,71,70); }
H1.HeaderClassName
{
color: #AF4746;
}
.AnyTagClassName
{
color: #AF4746;
}
</style>
background-color css
<style>
a { background-color: #AF4746; }
a { background-color: rgb(175,71,70); }
div.DivClassName
{
background-color: #AF4746;
}
.BgClassName
{
background-color: #AF4746;
}
</style>
border-color css
<style>
span { border-color: #AF4746; }
span { border-color: rgb(175,71,70); }
td.TdClassName
{
border-color: #AF4746;
}
.TagClassName
{
border-color: #AF4746;
}
</style>