#AA8388

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

Shades of Tapestry #AA8388

Tints of Tapestry #AA8388

Color information

#AA8388 (or 0xAA8388) is unknown color: approx Tapestry. HEX triplet: AA, 83 and 88. RGB value is (170,131,136). Sum of RGB (Red+Green+Blue) = 170+131+136=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8388 is #557C77. Grayscale: #8F8F8F. Windows color (decimal): -5602424 or 8946602. OLE color: 8946602.

HSL color Cylindrical-coordinate representation of color #AA8388: hue angle of 352.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8388 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB170131136-
CMYK00.230.200.33
HSL352.31º18.66%59.02%-
HSV(B)352.31º22.94%66.67%-
XYZ29.1426.5626.88-
YUV143.23123.92147.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=38.90%
G=29.98%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013113600.230.200.33352.3118.6659.02
HexAA83880171421160133b
Octal25220321002724415402373
Binary1010101010000011100010000101111010010000110110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8388; }

 p { color: rgb(170,131,136); }

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

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

 a { background-color: rgb(170,131,136); }

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

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

 span { border-color: rgb(170,131,136); }

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