#AA808B

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

Shades of Tapestry #AA808B

Tints of Tapestry #AA808B

Color information

#AA808B (or 0xAA808B) is unknown color: approx Tapestry. HEX triplet: AA, 80 and 8B. RGB value is (170,128,139). Sum of RGB (Red+Green+Blue) = 170+128+139=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808B is #557F74. Grayscale: #8D8D8D. Windows color (decimal): -5603189 or 9142442. OLE color: 9142442.

HSL color Cylindrical-coordinate representation of color #AA808B: hue angle of 344.29º 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 #AA808B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170128139-
CMYK00.250.180.33
HSL344.29º19.81%58.43%-
HSV(B)344.29º24.71%66.67%-
XYZ28.9625.8527.89-
YUV141.81126.41148.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=38.90%
G=29.29%
B=31.81%

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
Decimal17012813900.250.180.33344.2919.8158.43
HexAA808B0191221158143a
Octal25220021303122415302472
Binary1010101010000000100010110110011001010000110101100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA808B; }

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

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

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

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

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

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

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

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