#A67584

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

Shades of Tapestry #A67584

Tints of Tapestry #A67584

Color information

#A67584 (or 0xA67584) is unknown color: approx Tapestry. HEX triplet: A6, 75 and 84. RGB value is (166,117,132). Sum of RGB (Red+Green+Blue) = 166+117+132=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67584 is #598A7B. Grayscale: #858585. Windows color (decimal): -5868156 or 8680870. OLE color: 8680870.

HSL color Cylindrical-coordinate representation of color #A67584: hue angle of 341.63º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67584 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166117132-
CMYK00.300.200.35
HSL341.63º21.59%55.49%-
HSV(B)341.63º29.52%65.1%-
XYZ26.2522.524.79-
YUV133.36127.23151.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=40%
G=28.19%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611713200.300.200.35341.6321.5955.49
HexA6758401E14231561637
Octal24616520403624435262667
Binary101001101110101100001000111101010010001110101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67584; }

 p { color: rgb(166,117,132); }

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

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

 a { background-color: rgb(166,117,132); }

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

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

 span { border-color: rgb(166,117,132); }

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