#AF858C

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

Shades of Tapestry #AF858C

Tints of Tapestry #AF858C

Color information

#AF858C (or 0xAF858C) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 8C. RGB value is (175,133,140). Sum of RGB (Red+Green+Blue) = 175+133+140=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858C is #507A73. Grayscale: #929292. Windows color (decimal): -5274228 or 9209263. OLE color: 9209263.

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

Color convert

RGB175133140-
CMYK00.240.20.31
HSL350º20.79%60.39%-
HSV(B)350º24%68.63%-
XYZ30.827.7828.55-
YUV146.36124.41148.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=39.06%
G=29.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513314000.240.20.3135020.7960.39
HexAF858C018141F15e153c
Octal25720521403024375362574
Binary101011111000010110001100011000101001111110101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF858C; }

 p { color: rgb(175,133,140); }

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

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

 a { background-color: rgb(175,133,140); }

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

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

 span { border-color: rgb(175,133,140); }

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