#AF818E

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

Shades of Tapestry #AF818E

Tints of Tapestry #AF818E

Color information

#AF818E (or 0xAF818E) is unknown color: approx Tapestry. HEX triplet: AF, 81 and 8E. RGB value is (175,129,142). Sum of RGB (Red+Green+Blue) = 175+129+142=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818E is #507E71. Grayscale: #909090. Windows color (decimal): -5275250 or 9339311. OLE color: 9339311.

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

Color convert

RGB175129142-
CMYK00.260.190.31
HSL343.04º22.33%59.61%-
HSV(B)343.04º26.29%68.63%-
XYZ30.4126.7729.15-
YUV144.24126.74149.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=39.24%
G=28.92%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512914200.260.190.31343.0422.3359.61
HexAF818E01A131F157163c
Octal25720121603223375272674
Binary101011111000000110001110011010100111111110101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF818E; }

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

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

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

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

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

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

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

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