#AF818F

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

Shades of Tapestry #AF818F

Tints of Tapestry #AF818F

Color information

#AF818F (or 0xAF818F) is unknown color: approx Tapestry. HEX triplet: AF, 81 and 8F. RGB value is (175,129,143). Sum of RGB (Red+Green+Blue) = 175+129+143=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818F is #507E70. Grayscale: #909090. Windows color (decimal): -5275249 or 9404847. OLE color: 9404847.

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

Color convert

RGB175129143-
CMYK00.260.180.31
HSL341.74º22.33%59.61%-
HSV(B)341.74º26.29%68.63%-
XYZ30.4926.829.55-
YUV144.35127.24149.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=39.15%
G=28.86%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512914300.260.180.31341.7422.3359.61
HexAF818F01A121F156163c
Octal25720121703222375262674
Binary101011111000000110001111011010100101111110101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF818F; }

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

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

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

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

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

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

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

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