#A96181

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

Shades of Tapestry #A96181

Tints of Tapestry #A96181

Color information

#A96181 (or 0xA96181) is unknown color: approx Tapestry. HEX triplet: A9, 61 and 81. RGB value is (169,97,129). Sum of RGB (Red+Green+Blue) = 169+97+129=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A96181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96181 is #569E7E. Grayscale: #7A7A7A. Windows color (decimal): -5676671 or 8479145. OLE color: 8479145.

HSL color Cylindrical-coordinate representation of color #A96181: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96181 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16997129-
CMYK00.430.240.34
HSL333.33º29.51%52.16%-
HSV(B)333.33º42.6%66.27%-
XYZ24.618.5723.06-
YUV122.18131.85161.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=42.78%
G=24.56%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699712900.430.240.34333.3329.5152.16
HexA9618102B182214d1e34
Octal25114120105330425153664
Binary1010100111000011000000101010111100010001010100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96181; }

 p { color: rgb(169,97,129); }

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

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

 a { background-color: rgb(169,97,129); }

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

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

 span { border-color: rgb(169,97,129); }

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