#AF7A8C

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

Shades of Tapestry #AF7A8C

Tints of Tapestry #AF7A8C

Color information

#AF7A8C (or 0xAF7A8C) is unknown color: approx Tapestry. HEX triplet: AF, 7A and 8C. RGB value is (175,122,140). Sum of RGB (Red+Green+Blue) = 175+122+140=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A8C is #508573. Grayscale: #8B8B8B. Windows color (decimal): -5277044 or 9206447. OLE color: 9206447.

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

Color convert

RGB175122140-
CMYK00.300.20.31
HSL339.62º24.88%58.24%-
HSV(B)339.62º30.29%68.63%-
XYZ29.3724.9328.07-
YUV139.9128.06153.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=40.05%
G=27.92%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512214000.300.20.31339.6224.8858.24
HexAF7A8C01E141F154193a
Octal25717221403624375243172
Binary10101111111101010001100011110101001111110101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A8C; }

 p { color: rgb(175,122,140); }

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

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

 a { background-color: rgb(175,122,140); }

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

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

 span { border-color: rgb(175,122,140); }

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