#AA808C

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

Shades of Tapestry #AA808C

Tints of Tapestry #AA808C

Color information

#AA808C (or 0xAA808C) is unknown color: approx Tapestry. HEX triplet: AA, 80 and 8C. RGB value is (170,128,140). Sum of RGB (Red+Green+Blue) = 170+128+140=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808C is #557F73. Grayscale: #8D8D8D. Windows color (decimal): -5603188 or 9207978. OLE color: 9207978.

HSL color Cylindrical-coordinate representation of color #AA808C: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA808C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170128140-
CMYK00.250.180.33
HSL342.86º19.81%58.43%-
HSV(B)342.86º24.71%66.67%-
XYZ29.0325.8828.28-
YUV141.93126.91148.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=38.81%
G=29.22%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012814000.250.180.33342.8619.8158.43
HexAA808C0191221157143a
Octal25220021403122415272472
Binary1010101010000000100011000110011001010000110101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA808C; }

 p { color: rgb(170,128,140); }

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

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

 a { background-color: rgb(170,128,140); }

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

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

 span { border-color: rgb(170,128,140); }

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