Shades of Chestnut #AF4A44
Tints of Chestnut #AF4A44
RGB
CMYK
RGB Variations
Color information
#AF4A44 (or 0xAF4A44) is known color: Chestnut. HEX triplet: AF, 4A and 44. RGB value is (175,74,68). Sum of RGB (Red+Green+Blue) = 175+74+68=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A44 is #50B5BB. Grayscale: #676767. Windows color (decimal): -5289404 or 4475567. OLE color: 4475567.
HSL color Cylindrical-coordinate representation of color #AF4A44: hue angle of 3.36º 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 #AF4A44 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 68 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.31 |
| HSL | 3.36º | 0.44% | 0.48% | - |
| HSV(B) | 3.36º | 0.61% | 0.69% | - |
| XYZ | 21.17 | 14.43 | 7.14 | - |
| YUV | 103.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 68 | 0 | 0.58 | 0.61 | 0.31 | 3.36 | 0.44 | 0.48 |
| Hex | AF | 4A | 44 | 0 | 3A | 3D | 1F | 3 | 2C | 30 |
| Octal | 257 | 112 | 104 | 0 | 72 | 75 | 37 | 3 | 54 | 60 |
| Binary | 10101111 | 1001010 | 1000100 | 0 | 111010 | 111101 | 11111 | 11 | 101100 | 110000 |
Color Harmonies of #AF4A44
Complementary color
Monochromatic Colors of #AF4A44
Black with #AF4A44
Text Example
Text Example
White with #AF4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A44; }
p { color: rgb(175,74,68); }
H1.HeaderClassName
{
color: #AF4A44;
}
.AnyTagClassName
{
color: #AF4A44;
}
</style>
background-color css
<style>
a { background-color: #AF4A44; }
a { background-color: rgb(175,74,68); }
div.DivClassName
{
background-color: #AF4A44;
}
.BgClassName
{
background-color: #AF4A44;
}
</style>
border-color css
<style>
span { border-color: #AF4A44; }
span { border-color: rgb(175,74,68); }
td.TdClassName
{
border-color: #AF4A44;
}
.TagClassName
{
border-color: #AF4A44;
}
</style>