#A6607A

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

Shades of Tapestry #A6607A

Tints of Tapestry #A6607A

Color information

#A6607A (or 0xA6607A) is unknown color: approx Tapestry. HEX triplet: A6, 60 and 7A. RGB value is (166,96,122). Sum of RGB (Red+Green+Blue) = 166+96+122=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A6607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6607A is #599F85. Grayscale: #777777. Windows color (decimal): -5873542 or 8020134. OLE color: 8020134.

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

Color convert

RGB16696122-
CMYK00.420.270.35
HSL337.71º28.23%51.37%-
HSV(B)337.71º42.17%65.1%-
XYZ23.4217.8820.63-
YUV119.89129.19160.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=43.23%
G=25%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669612200.420.270.35337.7128.2351.37
HexA6607A02A1B231521c33
Octal24614017205233435223463
Binary101001101100000111101001010101101110001110101001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6607A; }

 p { color: rgb(166,96,122); }

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

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

 a { background-color: rgb(166,96,122); }

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

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

 span { border-color: rgb(166,96,122); }

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