#AF4747

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

Shades of Chestnut #AF4747

Tints of Chestnut #AF4747

Color information

#AF4747 (or 0xAF4747) is unknown color: approx Chestnut. HEX triplet: AF, 47 and 47. RGB value is (175,71,71). Sum of RGB (Red+Green+Blue) = 175+71+71=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4747 is #50B8B8. Grayscale: #666666. Windows color (decimal): -5290169 or 4671407. OLE color: 4671407.

HSL color Cylindrical-coordinate representation of color #AF4747: hue angle of 0º 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 #AF4747 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1757171-
CMYK00.590.590.31
HSL42.28%48.24%-
HSV(B)59.43%68.63%-
XYZ21.0714.087.57-
YUV102.1110.46180-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=55.21%
G=22.40%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175717100.590.590.31042.2848.24
HexAF474703B3B1F02a30
Octal257107107073733705260
Binary10101111100011110001110111011111011111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4747; }

 p { color: rgb(175,71,71); }

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

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

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

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

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

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

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