#AF8590

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

Shades of Tapestry #AF8590

Tints of Tapestry #AF8590

Color information

#AF8590 (or 0xAF8590) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 90. RGB value is (175,133,144). Sum of RGB (Red+Green+Blue) = 175+133+144=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8590 is #507A6F. Grayscale: #929292. Windows color (decimal): -5274224 or 9471407. OLE color: 9471407.

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

Color convert

RGB175133144-
CMYK00.240.180.31
HSL344.29º20.79%60.39%-
HSV(B)344.29º24%68.63%-
XYZ31.127.930.13-
YUV146.81126.41148.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=38.72%
G=29.42%
B=31.86%

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
Decimal17513314400.240.180.31344.2920.7960.39
HexAF8590018121F158153c
Octal25720522003022375302574
Binary101011111000010110010000011000100101111110101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8590; }

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

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

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

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

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

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

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

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