#A7667B

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

Shades of Tapestry #A7667B

Tints of Tapestry #A7667B

Color information

#A7667B (or 0xA7667B) is unknown color: approx Tapestry. HEX triplet: A7, 66 and 7B. RGB value is (167,102,123). Sum of RGB (Red+Green+Blue) = 167+102+123=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7667B is #589984. Grayscale: #7B7B7B. Windows color (decimal): -5806469 or 8087207. OLE color: 8087207.

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

Color convert

RGB167102123-
CMYK00.390.260.35
HSL340.62º26.97%52.75%-
HSV(B)340.62º38.92%65.49%-
XYZ24.2619.1521.16-
YUV123.83127.53158.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=42.60%
G=26.02%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710212300.390.260.35340.6226.9752.75
HexA7667B0271A231551b35
Octal24714617304732435253365
Binary101001111100110111101101001111101010001110101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7667B; }

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

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

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

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

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

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

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

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