#A86484

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

Shades of Tapestry #A86484

Tints of Tapestry #A86484

Color information

#A86484 (or 0xA86484) is unknown color: approx Tapestry. HEX triplet: A8, 64 and 84. RGB value is (168,100,132). Sum of RGB (Red+Green+Blue) = 168+100+132=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A86484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86484 is #579B7B. Grayscale: #7B7B7B. Windows color (decimal): -5741436 or 8676520. OLE color: 8676520.

HSL color Cylindrical-coordinate representation of color #A86484: hue angle of 331.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86484 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168100132-
CMYK00.400.210.34
HSL331.76º28.1%52.55%-
HSV(B)331.76º40.48%65.88%-
XYZ24.8719.1124.21-
YUV123.98132.53159.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 33%
R=42%
G=25%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810013200.400.210.34331.7628.152.55
HexA86484028152214c1c35
Octal25014420405025425143465
Binary1010100011001001000010001010001010110001010100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86484; }

 p { color: rgb(168,100,132); }

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

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

 a { background-color: rgb(168,100,132); }

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

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

 span { border-color: rgb(168,100,132); }

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