#AA848B

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

Shades of Tapestry #AA848B

Tints of Tapestry #AA848B

Color information

#AA848B (or 0xAA848B) is unknown color: approx Tapestry. HEX triplet: AA, 84 and 8B. RGB value is (170,132,139). Sum of RGB (Red+Green+Blue) = 170+132+139=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848B is #557B74. Grayscale: #909090. Windows color (decimal): -5602165 or 9143466. OLE color: 9143466.

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

Color convert

RGB170132139-
CMYK00.220.180.33
HSL348.95º18.27%59.22%-
HSV(B)348.95º22.35%66.67%-
XYZ29.4926.9128.07-
YUV144.16125.09146.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=38.55%
G=29.93%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013213900.220.180.33348.9518.2759.22
HexAA848B016122115d123b
Octal25220421302622415352273
Binary1010101010000100100010110101101001010000110101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA848B; }

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

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

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

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

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

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

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

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