#A67089

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

Shades of Tapestry #A67089

Tints of Tapestry #A67089

Color information

#A67089 (or 0xA67089) is unknown color: approx Tapestry. HEX triplet: A6, 70 and 89. RGB value is (166,112,137). Sum of RGB (Red+Green+Blue) = 166+112+137=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67089 is #598F76. Grayscale: #828282. Windows color (decimal): -5869431 or 9007270. OLE color: 9007270.

HSL color Cylindrical-coordinate representation of color #A67089: hue angle of 332.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67089 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166112137-
CMYK00.330.170.35
HSL332.22º23.28%54.51%-
HSV(B)332.22º32.53%65.1%-
XYZ26.0421.526.44-
YUV131131.39152.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=40%
G=26.99%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611213700.330.170.35332.2223.2854.51
HexA67089021112314c1737
Octal24616021104121435142767
Binary1010011011100001000100101000011000110001110100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67089; }

 p { color: rgb(166,112,137); }

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

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

 a { background-color: rgb(166,112,137); }

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

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

 span { border-color: rgb(166,112,137); }

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