#A65F79

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

Shades of Tapestry #A65F79

Tints of Tapestry #A65F79

Color information

#A65F79 (or 0xA65F79) is unknown color: approx Tapestry. HEX triplet: A6, 5F and 79. RGB value is (166,95,121). Sum of RGB (Red+Green+Blue) = 166+95+121=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F79 is #59A086. Grayscale: #777777. Windows color (decimal): -5873799 or 7954342. OLE color: 7954342.

HSL color Cylindrical-coordinate representation of color #A65F79: hue angle of 338.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F79 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16695121-
CMYK00.430.270.35
HSL338.03º28.51%51.18%-
HSV(B)338.03º42.77%65.1%-
XYZ23.2717.6720.27-
YUV119.19129.02161.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=43.46%
G=24.87%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669512100.430.270.35338.0328.5151.18
HexA65F7902B1B231521d33
Octal24613717105333435223563
Binary101001101011111111100101010111101110001110101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F79; }

 p { color: rgb(166,95,121); }

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

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

 a { background-color: rgb(166,95,121); }

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

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

 span { border-color: rgb(166,95,121); }

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