#A8607A

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

Shades of Tapestry #A8607A

Tints of Tapestry #A8607A

Color information

#A8607A (or 0xA8607A) is unknown color: approx Tapestry. HEX triplet: A8, 60 and 7A. RGB value is (168,96,122). Sum of RGB (Red+Green+Blue) = 168+96+122=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A8607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8607A is #579F85. Grayscale: #787878. Windows color (decimal): -5742470 or 8020136. OLE color: 8020136.

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

Color convert

RGB16896122-
CMYK00.430.270.34
HSL338.33º29.27%51.76%-
HSV(B)338.33º42.86%65.88%-
XYZ23.8418.120.65-
YUV120.49128.85161.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=43.52%
G=24.87%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689612200.430.270.34338.3329.2751.76
HexA8607A02B1B221521d34
Octal25014017205333425223564
Binary101010001100000111101001010111101110001010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8607A; }

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

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

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

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

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

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

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

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