#AF858F

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

Shades of Tapestry #AF858F

Tints of Tapestry #AF858F

Color information

#AF858F (or 0xAF858F) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 8F. RGB value is (175,133,143). Sum of RGB (Red+Green+Blue) = 175+133+143=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858F is #507A70. Grayscale: #929292. Windows color (decimal): -5274225 or 9405871. OLE color: 9405871.

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

Color convert

RGB175133143-
CMYK00.240.180.31
HSL345.71º20.79%60.39%-
HSV(B)345.71º24%68.63%-
XYZ31.0227.8729.73-
YUV146.7125.91148.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=38.80%
G=29.49%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513314300.240.180.31345.7120.7960.39
HexAF858F018121F15a153c
Octal25720521703022375322574
Binary101011111000010110001111011000100101111110101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF858F; }

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

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

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

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

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

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

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

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