Shades of Chestnut #AF4A45
Tints of Chestnut #AF4A45
RGB
CMYK
RGB Variations
Color information
#AF4A45 (or 0xAF4A45) is known color: Chestnut. HEX triplet: AF, 4A and 45. RGB value is (175,74,69). Sum of RGB (Red+Green+Blue) = 175+74+69=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A45 is #50B5BA. Grayscale: #676767. Windows color (decimal): -5289403 or 4541103. OLE color: 4541103.
HSL color Cylindrical-coordinate representation of color #AF4A45: hue angle of 2.83º degrees, saturation: 0.43, 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 #AF4A45 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 69 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.31 |
| HSL | 2.83º | 0.43% | 0.48% | - |
| HSV(B) | 2.83º | 0.61% | 0.69% | - |
| XYZ | 21.2 | 14.44 | 7.3 | - |
| YUV | 103.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 69 | 0 | 0.58 | 0.61 | 0.31 | 2.83 | 0.43 | 0.48 |
| Hex | AF | 4A | 45 | 0 | 3A | 3D | 1F | 3 | 2B | 30 |
| Octal | 257 | 112 | 105 | 0 | 72 | 75 | 37 | 3 | 53 | 60 |
| Binary | 10101111 | 1001010 | 1000101 | 0 | 111010 | 111101 | 11111 | 11 | 101011 | 110000 |
Color Harmonies of #AF4A45
Complementary color
Monochromatic Colors of #AF4A45
Black with #AF4A45
Text Example
Text Example
White with #AF4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A45; }
p { color: rgb(175,74,69); }
H1.HeaderClassName
{
color: #AF4A45;
}
.AnyTagClassName
{
color: #AF4A45;
}
</style>
background-color css
<style>
a { background-color: #AF4A45; }
a { background-color: rgb(175,74,69); }
div.DivClassName
{
background-color: #AF4A45;
}
.BgClassName
{
background-color: #AF4A45;
}
</style>
border-color css
<style>
span { border-color: #AF4A45; }
span { border-color: rgb(175,74,69); }
td.TdClassName
{
border-color: #AF4A45;
}
.TagClassName
{
border-color: #AF4A45;
}
</style>