#A67782

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

Shades of Tapestry #A67782

Tints of Tapestry #A67782

Color information

#A67782 (or 0xA67782) is unknown color: approx Tapestry. HEX triplet: A6, 77 and 82. RGB value is (166,119,130). Sum of RGB (Red+Green+Blue) = 166+119+130=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67782 is #59887D. Grayscale: #868686. Windows color (decimal): -5867646 or 8550310. OLE color: 8550310.

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

Color convert

RGB166119130-
CMYK00.280.220.35
HSL345.96º20.89%55.88%-
HSV(B)345.96º28.31%65.1%-
XYZ26.3522.9124.15-
YUV134.31125.57150.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=40%
G=28.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611913000.280.220.35345.9620.8955.88
HexA6778201C162315a1538
Octal24616720203426435322570
Binary101001101110111100000100111001011010001110101101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67782; }

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

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

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

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

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

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

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

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