#AF838F

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

Shades of Tapestry #AF838F

Tints of Tapestry #AF838F

Color information

#AF838F (or 0xAF838F) is unknown color: approx Tapestry. HEX triplet: AF, 83 and 8F. RGB value is (175,131,143). Sum of RGB (Red+Green+Blue) = 175+131+143=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838F is #507C70. Grayscale: #919191. Windows color (decimal): -5274737 or 9405359. OLE color: 9405359.

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

Color convert

RGB175131143-
CMYK00.250.180.31
HSL343.64º21.57%60%-
HSV(B)343.64º25.14%68.63%-
XYZ30.7527.3329.64-
YUV145.52126.58149.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=38.98%
G=29.18%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513114300.250.180.31343.6421.5760
HexAF838F019121F158163c
Octal25720321703122375302674
Binary101011111000001110001111011001100101111110101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF838F; }

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

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

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

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

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

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

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

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