#AF8490

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

Shades of Tapestry #AF8490

Tints of Tapestry #AF8490

Color information

#AF8490 (or 0xAF8490) is unknown color: approx Tapestry. HEX triplet: AF, 84 and 90. RGB value is (175,132,144). Sum of RGB (Red+Green+Blue) = 175+132+144=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8490 is #507B6F. Grayscale: #929292. Windows color (decimal): -5274480 or 9471151. OLE color: 9471151.

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

Color convert

RGB175132144-
CMYK00.250.180.31
HSL343.26º21.18%60.2%-
HSV(B)343.26º24.57%68.63%-
XYZ30.9627.6330.09-
YUV146.22126.75148.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=38.80%
G=29.27%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513214400.250.180.31343.2621.1860.2
HexAF8490019121F157153c
Octal25720422003122375272574
Binary101011111000010010010000011001100101111110101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8490; }

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

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

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

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

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

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

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

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