Shades of Chestnut #AF4A46
Tints of Chestnut #AF4A46
RGB
CMYK
RGB Variations
Color information
#AF4A46 (or 0xAF4A46) is known color: Chestnut. HEX triplet: AF, 4A and 46. RGB value is (175,74,70). Sum of RGB (Red+Green+Blue) = 175+74+70=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A46 is #50B5B9. Grayscale: #676767. Windows color (decimal): -5289402 or 4606639. OLE color: 4606639.
HSL color Cylindrical-coordinate representation of color #AF4A46: hue angle of 2.29º 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 #AF4A46 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 70 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.31 |
| HSL | 2.29º | 0.43% | 0.48% | - |
| HSV(B) | 2.29º | 0.6% | 0.69% | - |
| XYZ | 21.23 | 14.45 | 7.47 | - |
| YUV | 103.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 70 | 0 | 0.58 | 0.60 | 0.31 | 2.29 | 0.43 | 0.48 |
| Hex | AF | 4A | 46 | 0 | 3A | 3C | 1F | 2 | 2B | 30 |
| Octal | 257 | 112 | 106 | 0 | 72 | 74 | 37 | 2 | 53 | 60 |
| Binary | 10101111 | 1001010 | 1000110 | 0 | 111010 | 111100 | 11111 | 10 | 101011 | 110000 |
Color Harmonies of #AF4A46
Complementary color
Monochromatic Colors of #AF4A46
Black with #AF4A46
Text Example
Text Example
White with #AF4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A46; }
p { color: rgb(175,74,70); }
H1.HeaderClassName
{
color: #AF4A46;
}
.AnyTagClassName
{
color: #AF4A46;
}
</style>
background-color css
<style>
a { background-color: #AF4A46; }
a { background-color: rgb(175,74,70); }
div.DivClassName
{
background-color: #AF4A46;
}
.BgClassName
{
background-color: #AF4A46;
}
</style>
border-color css
<style>
span { border-color: #AF4A46; }
span { border-color: rgb(175,74,70); }
td.TdClassName
{
border-color: #AF4A46;
}
.TagClassName
{
border-color: #AF4A46;
}
</style>