#AA848E

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

Shades of Tapestry #AA848E

Tints of Tapestry #AA848E

Color information

#AA848E (or 0xAA848E) is unknown color: approx Tapestry. HEX triplet: AA, 84 and 8E. RGB value is (170,132,142). Sum of RGB (Red+Green+Blue) = 170+132+142=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848E is #557B71. Grayscale: #909090. Windows color (decimal): -5602162 or 9340074. OLE color: 9340074.

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

Color convert

RGB170132142-
CMYK00.220.160.33
HSL344.21º18.27%59.22%-
HSV(B)344.21º22.35%66.67%-
XYZ29.712729.24-
YUV144.5126.59146.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=38.29%
G=29.73%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013214200.220.160.33344.2118.2759.22
HexAA848E0161021158123b
Octal25220421602620415302273
Binary1010101010000100100011100101101000010000110101100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA848E; }

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

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

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

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

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

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

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

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