#A96B84

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

Shades of Tapestry #A96B84

Tints of Tapestry #A96B84

Color information

#A96B84 (or 0xA96B84) is unknown color: approx Tapestry. HEX triplet: A9, 6B and 84. RGB value is (169,107,132). Sum of RGB (Red+Green+Blue) = 169+107+132=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B84 is #56947B. Grayscale: #808080. Windows color (decimal): -5674108 or 8678313. OLE color: 8678313.

HSL color Cylindrical-coordinate representation of color #A96B84: hue angle of 335.81º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B84 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169107132-
CMYK00.370.220.34
HSL335.81º26.5%54.12%-
HSV(B)335.81º36.69%66.27%-
XYZ25.7820.6224.45-
YUV128.39130.04156.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=41.42%
G=26.23%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910713200.370.220.34335.8126.554.12
HexA96B8402516221501a36
Octal25115320404526425203266
Binary1010100111010111000010001001011011010001010101000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B84; }

 p { color: rgb(169,107,132); }

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

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

 a { background-color: rgb(169,107,132); }

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

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

 span { border-color: rgb(169,107,132); }

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