#AF4940

Color #AF4940 Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #AF4940

Tints of Chestnut #AF4940

Color information

#AF4940 (or 0xAF4940) is unknown color: approx Chestnut. HEX triplet: AF, 49 and 40. RGB value is (175,73,64). Sum of RGB (Red+Green+Blue) = 175+73+64=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4940 is #50B6BF. Grayscale: #666666. Windows color (decimal): -5289664 or 4213167. OLE color: 4213167.

HSL color Cylindrical-coordinate representation of color #AF4940: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4940 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1757364-
CMYK00.580.630.31
HSL4.86º46.44%46.86%-
HSV(B)4.86º63.43%68.63%-
XYZ20.9914.256.49-
YUV102.47106.29179.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 56.09%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=56.09%
G=23.40%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175736400.580.630.314.8646.4446.86
HexAF494003A3F1F52e2f
Octal257111100072773755657
Binary1010111110010011000000011101011111111111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4940; }

 p { color: rgb(175,73,64); }

 H1.HeaderClassName
 {
   color: #AF4940;
 }
 .AnyTagClassName
 {
   color: #AF4940;
 }
</style>
background-color css

<style>
 a { background-color: #AF4940; }

 a { background-color: rgb(175,73,64); }

 div.DivClassName
 {
   background-color: #AF4940;
 }
 .BgClassName
 {
   background-color: #AF4940;
 }
</style>
border-color css

<style>
 span { border-color: #AF4940; }

 span { border-color: rgb(175,73,64); }

 td.TdClassName
 {
   border-color: #AF4940;
 }
 .TagClassName
 {
   border-color: #AF4940;
 }
</style>