#AF808D

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

Shades of Tapestry #AF808D

Tints of Tapestry #AF808D

Color information

#AF808D (or 0xAF808D) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 8D. RGB value is (175,128,141). Sum of RGB (Red+Green+Blue) = 175+128+141=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808D is #507F72. Grayscale: #8F8F8F. Windows color (decimal): -5275507 or 9273519. OLE color: 9273519.

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

Color convert

RGB175128141-
CMYK00.270.190.31
HSL343.4º22.71%59.41%-
HSV(B)343.4º26.86%68.63%-
XYZ30.2126.4828.72-
YUV143.54126.57150.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=39.41%
G=28.83%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512814100.270.190.31343.422.7159.41
HexAF808D01B131F157173b
Octal25720021503323375272773
Binary101011111000000010001101011011100111111110101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF808D; }

 p { color: rgb(175,128,141); }

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

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

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

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

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

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

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