#AF4A47

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

Shades of Chestnut #AF4A47

Tints of Chestnut #AF4A47

Color information

#AF4A47 (or 0xAF4A47) is unknown color: approx 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

RGB1757471-
CMYK00.580.590.31
HSL1.73º42.28%48.24%-
HSV(B)1.73º59.43%68.63%-
XYZ21.2714.477.63-
YUV103.86109.46178.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=54.69%
G=23.12%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175747100.580.590.311.7342.2848.24
HexAF4A4703A3B1F22a30
Octal257112107072733725260
Binary101011111001010100011101110101110111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>