#A68288

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

Shades of Tapestry #A68288

Tints of Tapestry #A68288

Color information

#A68288 (or 0xA68288) is unknown color: approx Tapestry. HEX triplet: A6, 82 and 88. RGB value is (166,130,136). Sum of RGB (Red+Green+Blue) = 166+130+136=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68288 is #597D77. Grayscale: #8D8D8D. Windows color (decimal): -5864824 or 8946342. OLE color: 8946342.

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

Color convert

RGB166130136-
CMYK00.220.180.35
HSL350º16.82%58.04%-
HSV(B)350º21.69%65.1%-
XYZ28.1525.8526.8-
YUV141.45124.93145.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=38.43%
G=30.09%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613013600.220.180.3535016.8258.04
HexA68288016122315e113a
Octal24620221002622435362172
Binary1010011010000010100010000101101001010001110101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68288; }

 p { color: rgb(166,130,136); }

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

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

 a { background-color: rgb(166,130,136); }

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

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

 span { border-color: rgb(166,130,136); }

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