#AF8587

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

Shades of Tapestry #AF8587

Tints of Tapestry #AF8587

Color information

#AF8587 (or 0xAF8587) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 87. RGB value is (175,133,135). Sum of RGB (Red+Green+Blue) = 175+133+135=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8587 is #507A78. Grayscale: #919191. Windows color (decimal): -5274233 or 8881583. OLE color: 8881583.

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

Color convert

RGB175133135-
CMYK00.240.230.31
HSL357.14º20.79%60.39%-
HSV(B)357.14º24%68.63%-
XYZ30.4427.6426.65-
YUV145.79121.91148.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=39.50%
G=30.02%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513313500.240.230.31357.1420.7960.39
HexAF8587018171F165153c
Octal25720520703027375452574
Binary101011111000010110000111011000101111111110110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8587; }

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

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

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

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

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

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

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

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