#AF808F

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

Shades of Tapestry #AF808F

Tints of Tapestry #AF808F

Color information

#AF808F (or 0xAF808F) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 8F. RGB value is (175,128,143). Sum of RGB (Red+Green+Blue) = 175+128+143=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808F is #507F70. Grayscale: #8F8F8F. Windows color (decimal): -5275505 or 9404591. OLE color: 9404591.

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

Color convert

RGB175128143-
CMYK00.270.180.31
HSL340.85º22.71%59.41%-
HSV(B)340.85º26.86%68.63%-
XYZ30.3626.5429.51-
YUV143.76127.57150.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=39.24%
G=28.70%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512814300.270.180.31340.8522.7159.41
HexAF808F01B121F155173b
Octal25720021703322375252773
Binary101011111000000010001111011011100101111110101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF808F; }

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

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

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

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

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

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

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

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