Shades of Chestnut #AF4A47
Tints of Chestnut #AF4A47
RGB
CMYK
RGB Variations
Color information
#AF4A47 (or 0xAF4A47) is known color: Chestnut. HEX triplet: AF, 4A and 47. RGB value is (175,74,71). Sum of RGB (Red+Green+Blue) = 175+74+71=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A47 is #50B5B8. Grayscale: #676767. Windows color (decimal): -5289401 or 4672175. OLE color: 4672175.
HSL color Cylindrical-coordinate representation of color #AF4A47: hue angle of 1.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4A47 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 71 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.31 |
| HSL | 1.73º | 0.42% | 0.48% | - |
| HSV(B) | 1.73º | 0.59% | 0.69% | - |
| XYZ | 21.27 | 14.47 | 7.63 | - |
| YUV | 103.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 71 | 0 | 0.58 | 0.59 | 0.31 | 1.73 | 0.42 | 0.48 |
| Hex | AF | 4A | 47 | 0 | 3A | 3B | 1F | 2 | 2A | 30 |
| Octal | 257 | 112 | 107 | 0 | 72 | 73 | 37 | 2 | 52 | 60 |
| Binary | 10101111 | 1001010 | 1000111 | 0 | 111010 | 111011 | 11111 | 10 | 101010 | 110000 |
Color Harmonies of #AF4A47
Complementary color
Monochromatic Colors of #AF4A47
Black with #AF4A47
Text Example
Text Example
White with #AF4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A47; }
p { color: rgb(175,74,71); }
H1.HeaderClassName
{
color: #AF4A47;
}
.AnyTagClassName
{
color: #AF4A47;
}
</style>
background-color css
<style>
a { background-color: #AF4A47; }
a { background-color: rgb(175,74,71); }
div.DivClassName
{
background-color: #AF4A47;
}
.BgClassName
{
background-color: #AF4A47;
}
</style>
border-color css
<style>
span { border-color: #AF4A47; }
span { border-color: rgb(175,74,71); }
td.TdClassName
{
border-color: #AF4A47;
}
.TagClassName
{
border-color: #AF4A47;
}
</style>