#AF868C

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

Shades of Tapestry #AF868C

Tints of Tapestry #AF868C

Color information

#AF868C (or 0xAF868C) is unknown color: approx Tapestry. HEX triplet: AF, 86 and 8C. RGB value is (175,134,140). Sum of RGB (Red+Green+Blue) = 175+134+140=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868C is #507973. Grayscale: #929292. Windows color (decimal): -5273972 or 9209519. OLE color: 9209519.

HSL color Cylindrical-coordinate representation of color #AF868C: hue angle of 351.22º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF868C is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175134140-
CMYK00.230.20.31
HSL351.22º20.4%60.59%-
HSV(B)351.22º23.43%68.63%-
XYZ30.9428.0628.6-
YUV146.94124.08148.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=38.98%
G=29.84%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513414000.230.20.31351.2220.460.59
HexAF868C017141F15f143d
Octal25720621402724375372475
Binary101011111000011010001100010111101001111110101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF868C; }

 p { color: rgb(175,134,140); }

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

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

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

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

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

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

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