#AA838C

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

Shades of Tapestry #AA838C

Tints of Tapestry #AA838C

Color information

#AA838C (or 0xAA838C) is unknown color: approx Tapestry. HEX triplet: AA, 83 and 8C. RGB value is (170,131,140). Sum of RGB (Red+Green+Blue) = 170+131+140=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838C is #557C73. Grayscale: #8F8F8F. Windows color (decimal): -5602420 or 9208746. OLE color: 9208746.

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

Color convert

RGB170131140-
CMYK00.230.180.33
HSL346.15º18.66%59.02%-
HSV(B)346.15º22.94%66.67%-
XYZ29.4326.6728.41-
YUV143.69125.92146.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=38.55%
G=29.71%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013114000.230.180.33346.1518.6659.02
HexAA838C017122115a133b
Octal25220321402722415322373
Binary1010101010000011100011000101111001010000110101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA838C; }

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

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

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

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

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

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

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

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