#AF808E

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

Shades of Tapestry #AF808E

Tints of Tapestry #AF808E

Color information

#AF808E (or 0xAF808E) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 8E. RGB value is (175,128,142). Sum of RGB (Red+Green+Blue) = 175+128+142=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808E is #507F71. Grayscale: #8F8F8F. Windows color (decimal): -5275506 or 9339055. OLE color: 9339055.

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

Color convert

RGB175128142-
CMYK00.270.190.31
HSL342.13º22.71%59.41%-
HSV(B)342.13º26.86%68.63%-
XYZ30.2826.5129.11-
YUV143.65127.07150.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=39.33%
G=28.76%
B=31.91%

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
Decimal17512814200.270.190.31342.1322.7159.41
HexAF808E01B131F156173b
Octal25720021603323375262773
Binary101011111000000010001110011011100111111110101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF808E; }

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

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

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

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

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

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

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

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