Html Css Color HEX #AA898C Tapestry

📋 copy color: '#AA898C'

red 170 ◦ green 137 ◦ blue 140

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

Shades of Tapestry #AA898C

Tints of Tapestry #AA898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 38.03%
G = 30.65%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA898C (or 0xAA898C) is known color: Tapestry. HEX triplet: AA, 89 and 8C. RGB value is (170,137,140). Sum of RGB (Red+Green+Blue) = 170+137+140=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898C is #557673. Grayscale: #939393. Windows color (decimal): -5600884 or 9210282. OLE color: 9210282.

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

Color convert

RGB 170 137 140 -
CMYK 0 0.19 0.18 0.33
HSL 354.55º 0.16% 0.6% -
HSV(B) 354.55º 0.19% 0.67% -
XYZ 30.26 28.33 28.68 -
YUV 147.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 170 137 140 0 0.19 0.18 0.33 354.55 0.16 0.6
Hex AA 89 8C 0 13 12 21 163 10 3C
Octal 252 211 214 0 23 22 41 543 20 74
Binary 10101010 10001001 10001100 0 10011 10010 100001 101100011 10000 111100

Color Harmonies of #AA898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA898C

Black with #AA898C

Text Example


Text Example

White with #AA898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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