#A67A8B

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

Shades of Tapestry #A67A8B

Tints of Tapestry #A67A8B

Color information

#A67A8B (or 0xA67A8B) is unknown color: approx Tapestry. HEX triplet: A6, 7A and 8B. RGB value is (166,122,139). Sum of RGB (Red+Green+Blue) = 166+122+139=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A8B is #598574. Grayscale: #898989. Windows color (decimal): -5866869 or 9140902. OLE color: 9140902.

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

Color convert

RGB166122139-
CMYK00.270.160.35
HSL336.82º19.82%56.47%-
HSV(B)336.82º26.51%65.1%-
XYZ27.3523.8927.6-
YUV137.09129.08148.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=38.88%
G=28.57%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612213900.270.160.35336.8219.8256.47
HexA67A8B01B10231511438
Octal24617221303320435212470
Binary101001101111010100010110110111000010001110101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A8B; }

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

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

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

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

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

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

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

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