#AF8290

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

Shades of Tapestry #AF8290

Tints of Tapestry #AF8290

Color information

#AF8290 (or 0xAF8290) is unknown color: approx Tapestry. HEX triplet: AF, 82 and 90. RGB value is (175,130,144). Sum of RGB (Red+Green+Blue) = 175+130+144=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8290 is #507D6F. Grayscale: #919191. Windows color (decimal): -5274992 or 9470639. OLE color: 9470639.

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

Color convert

RGB175130144-
CMYK00.260.180.31
HSL341.33º21.95%59.8%-
HSV(B)341.33º25.71%68.63%-
XYZ30.727.0930-
YUV145.05127.41149.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=38.98%
G=28.95%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513014400.260.180.31341.3321.9559.8
HexAF829001A121F155163c
Octal25720222003222375252674
Binary101011111000001010010000011010100101111110101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8290; }

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

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

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

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

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

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

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

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