#AA838A

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

Shades of Tapestry #AA838A

Tints of Tapestry #AA838A

Color information

#AA838A (or 0xAA838A) is unknown color: approx Tapestry. HEX triplet: AA, 83 and 8A. RGB value is (170,131,138). Sum of RGB (Red+Green+Blue) = 170+131+138=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838A is #557C75. Grayscale: #8F8F8F. Windows color (decimal): -5602422 or 9077674. OLE color: 9077674.

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

Color convert

RGB170131138-
CMYK00.230.190.33
HSL349.23º18.66%59.02%-
HSV(B)349.23º22.94%66.67%-
XYZ29.2826.6127.64-
YUV143.46124.92146.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=38.72%
G=29.84%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013113800.230.190.33349.2318.6659.02
HexAA838A017132115d133b
Octal25220321202723415352373
Binary1010101010000011100010100101111001110000110101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA838A; }

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

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

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

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

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

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

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

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