#AF7889

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

Shades of Tapestry #AF7889

Tints of Tapestry #AF7889

Color information

#AF7889 (or 0xAF7889) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 89. RGB value is (175,120,137). Sum of RGB (Red+Green+Blue) = 175+120+137=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7889 is #508776. Grayscale: #8A8A8A. Windows color (decimal): -5277559 or 9009327. OLE color: 9009327.

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

Color convert

RGB175120137-
CMYK00.310.220.31
HSL341.45º25.58%57.84%-
HSV(B)341.45º31.43%68.63%-
XYZ28.9124.3526.84-
YUV138.38127.22154.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=40.51%
G=27.78%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013700.310.220.31341.4525.5857.84
HexAF788901F161F1551a3a
Octal25717021103726375253272
Binary10101111111100010001001011111101101111110101010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7889; }

 p { color: rgb(175,120,137); }

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

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

 a { background-color: rgb(175,120,137); }

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

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

 span { border-color: rgb(175,120,137); }

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