#AA838D

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

Shades of Tapestry #AA838D

Tints of Tapestry #AA838D

Color information

#AA838D (or 0xAA838D) is unknown color: approx Tapestry. HEX triplet: AA, 83 and 8D. RGB value is (170,131,141). Sum of RGB (Red+Green+Blue) = 170+131+141=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838D is #557C72. Grayscale: #8F8F8F. Windows color (decimal): -5602419 or 9274282. OLE color: 9274282.

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

Color convert

RGB170131141-
CMYK00.230.170.33
HSL344.62º18.66%59.02%-
HSV(B)344.62º22.94%66.67%-
XYZ29.526.728.8-
YUV143.8126.42146.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=38.46%
G=29.64%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013114100.230.170.33344.6218.6659.02
HexAA838D0171121159133b
Octal25220321502721415312373
Binary1010101010000011100011010101111000110000110101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA838D; }

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

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

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

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

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

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

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

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