#A96183

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

Shades of Tapestry #A96183

Tints of Tapestry #A96183

Color information

#A96183 (or 0xA96183) is unknown color: approx Tapestry. HEX triplet: A9, 61 and 83. RGB value is (169,97,131). Sum of RGB (Red+Green+Blue) = 169+97+131=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A96183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96183 is #569E7C. Grayscale: #7A7A7A. Windows color (decimal): -5676669 or 8610217. OLE color: 8610217.

HSL color Cylindrical-coordinate representation of color #A96183: hue angle of 331.67º 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 #A96183 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16997131-
CMYK00.430.220.34
HSL331.67º29.51%52.16%-
HSV(B)331.67º42.6%66.27%-
XYZ24.7318.6223.76-
YUV122.4132.85161.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=42.57%
G=24.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699713100.430.220.34331.6729.5152.16
HexA9618302B162214c1e34
Octal25114120305326425143664
Binary1010100111000011000001101010111011010001010100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96183; }

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

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

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

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

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

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

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

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