#A68990

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

Shades of Tapestry #A68990

Tints of Tapestry #A68990

Color information

#A68990 (or 0xA68990) is unknown color: approx Tapestry. HEX triplet: A6, 89 and 90. RGB value is (166,137,144). Sum of RGB (Red+Green+Blue) = 166+137+144=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68990 is #59766F. Grayscale: #929292. Windows color (decimal): -5863024 or 9472422. OLE color: 9472422.

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

Color convert

RGB166137144-
CMYK00.170.130.35
HSL345.52º14.01%59.41%-
HSV(B)345.52º17.47%65.1%-
XYZ29.7128.0130.23-
YUV146.47126.61141.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=37.14%
G=30.65%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613714400.170.130.35345.5214.0159.41
HexA68990011D2315ae3b
Octal24621122002115435321673
Binary10100110100010011001000001000111011000111010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68990; }

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

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

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

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

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

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

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

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