Html Css Color HEX #AA898E Tapestry

📋 copy color: '#AA898E'

red 170 ◦ green 137 ◦ blue 142

#AA898E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AA898E

Tints of Tapestry #AA898E

RGB

 RED value IS 170 (66.8% from 255) = 37.86%

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 37.86%
G = 30.51%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA898E (or 0xAA898E) is known color: Tapestry. HEX triplet: AA, 89 and 8E. RGB value is (170,137,142). Sum of RGB (Red+Green+Blue) = 170+137+142=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898E is #557671. Grayscale: #939393. Windows color (decimal): -5600882 or 9341354. OLE color: 9341354.

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

Color convert

RGB 170 137 142 -
CMYK 0 0.19 0.16 0.33
HSL 350.91º 0.16% 0.6% -
HSV(B) 350.91º 0.19% 0.67% -
XYZ 30.41 28.39 29.47 -
YUV 147.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 170 137 142 0 0.19 0.16 0.33 350.91 0.16 0.6
Hex AA 89 8E 0 13 10 21 15F 10 3C
Octal 252 211 216 0 23 20 41 537 20 74
Binary 10101010 10001001 10001110 0 10011 10000 100001 101011111 10000 111100

Color Harmonies of #AA898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA898E

Black with #AA898E

Text Example


Text Example

White with #AA898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA898E; }

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

 H1.HeaderClassName
 {
   color: #AA898E;
 }
 .AnyTagClassName
 {
   color: #AA898E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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