#AF7890

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

Shades of Tapestry #AF7890

Tints of Tapestry #AF7890

Color information

#AF7890 (or 0xAF7890) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 90. RGB value is (175,120,144). Sum of RGB (Red+Green+Blue) = 175+120+144=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7890 is #50876F. Grayscale: #8B8B8B. Windows color (decimal): -5277552 or 9468079. OLE color: 9468079.

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

Color convert

RGB175120144-
CMYK00.310.180.31
HSL333.82º25.58%57.84%-
HSV(B)333.82º31.43%68.63%-
XYZ29.4324.5629.58-
YUV139.18130.72153.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=39.86%
G=27.33%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512014400.310.180.31333.8225.5857.84
HexAF789001F121F14e1a3a
Octal25717022003722375163272
Binary10101111111100010010000011111100101111110100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7890; }

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

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

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

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

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

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

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

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