#AA828E

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

Shades of Tapestry #AA828E

Tints of Tapestry #AA828E

Color information

#AA828E (or 0xAA828E) is unknown color: approx Tapestry. HEX triplet: AA, 82 and 8E. RGB value is (170,130,142). Sum of RGB (Red+Green+Blue) = 170+130+142=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828E is #557D71. Grayscale: #8F8F8F. Windows color (decimal): -5602674 or 9339562. OLE color: 9339562.

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

Color convert

RGB170130142-
CMYK00.240.160.33
HSL342º19.05%58.82%-
HSV(B)342º23.53%66.67%-
XYZ29.4426.4629.15-
YUV143.33127.25147.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=38.46%
G=29.41%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013014200.240.160.3334219.0558.82
HexAA828E0181021156133b
Octal25220221603020415262373
Binary1010101010000010100011100110001000010000110101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA828E; }

 p { color: rgb(170,130,142); }

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

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

 a { background-color: rgb(170,130,142); }

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

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

 span { border-color: rgb(170,130,142); }

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