#AF838D

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

Shades of Tapestry #AF838D

Tints of Tapestry #AF838D

Color information

#AF838D (or 0xAF838D) is unknown color: approx Tapestry. HEX triplet: AF, 83 and 8D. RGB value is (175,131,141). Sum of RGB (Red+Green+Blue) = 175+131+141=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838D is #507C72. Grayscale: #919191. Windows color (decimal): -5274739 or 9274287. OLE color: 9274287.

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

Color convert

RGB175131141-
CMYK00.250.190.31
HSL346.36º21.57%60%-
HSV(B)346.36º25.14%68.63%-
XYZ30.627.2728.85-
YUV145.3125.58149.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=39.15%
G=29.31%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513114100.250.190.31346.3621.5760
HexAF838D019131F15a163c
Octal25720321503123375322674
Binary101011111000001110001101011001100111111110101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF838D; }

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

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

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

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

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

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

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

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