#A7627B

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

Shades of Tapestry #A7627B

Tints of Tapestry #A7627B

Color information

#A7627B (or 0xA7627B) is unknown color: approx Tapestry. HEX triplet: A7, 62 and 7B. RGB value is (167,98,123). Sum of RGB (Red+Green+Blue) = 167+98+123=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7627B is #589D84. Grayscale: #797979. Windows color (decimal): -5807493 or 8086183. OLE color: 8086183.

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

Color convert

RGB16798123-
CMYK00.410.260.35
HSL338.26º28.16%51.96%-
HSV(B)338.26º41.32%65.49%-
XYZ23.8818.3821.03-
YUV121.48128.86160.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=43.04%
G=25.26%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679812300.410.260.35338.2628.1651.96
HexA7627B0291A231521c34
Octal24714217305132435223464
Binary101001111100010111101101010011101010001110101001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7627B; }

 p { color: rgb(167,98,123); }

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

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

 a { background-color: rgb(167,98,123); }

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

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

 span { border-color: rgb(167,98,123); }

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