#AF8090

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

Shades of Tapestry #AF8090

Tints of Tapestry #AF8090

Color information

#AF8090 (or 0xAF8090) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 90. RGB value is (175,128,144). Sum of RGB (Red+Green+Blue) = 175+128+144=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8090 is #507F6F. Grayscale: #8F8F8F. Windows color (decimal): -5275504 or 9470127. OLE color: 9470127.

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

Color convert

RGB175128144-
CMYK00.270.180.31
HSL339.57º22.71%59.41%-
HSV(B)339.57º26.86%68.63%-
XYZ30.4326.5729.91-
YUV143.88128.07150.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=39.15%
G=28.64%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512814400.270.180.31339.5722.7159.41
HexAF809001B121F154173b
Octal25720022003322375242773
Binary101011111000000010010000011011100101111110101010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8090; }

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

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

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

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

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

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

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

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