#AF848B

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

Shades of Tapestry #AF848B

Tints of Tapestry #AF848B

Color information

#AF848B (or 0xAF848B) is unknown color: approx Tapestry. HEX triplet: AF, 84 and 8B. RGB value is (175,132,139). Sum of RGB (Red+Green+Blue) = 175+132+139=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848B is #507B74. Grayscale: #919191. Windows color (decimal): -5274485 or 9143471. OLE color: 9143471.

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

Color convert

RGB175132139-
CMYK00.250.210.31
HSL350.23º21.18%60.2%-
HSV(B)350.23º24.57%68.63%-
XYZ30.5927.4828.12-
YUV145.66124.25148.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=39.24%
G=29.60%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513213900.250.210.31350.2321.1860.2
HexAF848B019151F15e153c
Octal25720421303125375362574
Binary101011111000010010001011011001101011111110101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF848B; }

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

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

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

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

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

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

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

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