#AF848E

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

Shades of Tapestry #AF848E

Tints of Tapestry #AF848E

Color information

#AF848E (or 0xAF848E) is unknown color: approx Tapestry. HEX triplet: AF, 84 and 8E. RGB value is (175,132,142). Sum of RGB (Red+Green+Blue) = 175+132+142=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848E is #507B71. Grayscale: #929292. Windows color (decimal): -5274482 or 9340079. OLE color: 9340079.

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

Color convert

RGB175132142-
CMYK00.250.190.31
HSL346.05º21.18%60.2%-
HSV(B)346.05º24.57%68.63%-
XYZ30.8127.5729.29-
YUV146125.75148.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=38.98%
G=29.40%
B=31.63%

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
Decimal17513214200.250.190.31346.0521.1860.2
HexAF848E019131F15a153c
Octal25720421603123375322574
Binary101011111000010010001110011001100111111110101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF848E; }

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

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

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

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

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

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

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

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