Html Css Color HEX #AA888E Tapestry

📋 copy color: '#AA888E'

red 170 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #AA888E

Tints of Tapestry #AA888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 37.95%
G = 30.36%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA888E (or 0xAA888E) is known color: Tapestry. HEX triplet: AA, 88 and 8E. RGB value is (170,136,142). Sum of RGB (Red+Green+Blue) = 170+136+142=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888E is #557771. Grayscale: #929292. Windows color (decimal): -5601138 or 9341098. OLE color: 9341098.

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

Color convert

RGB 170 136 142 -
CMYK 0 0.20 0.16 0.33
HSL 349.41º 0.17% 0.6% -
HSV(B) 349.41º 0.2% 0.67% -
XYZ 30.26 28.11 29.42 -
YUV 146.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 170 136 142 0 0.20 0.16 0.33 349.41 0.17 0.6
Hex AA 88 8E 0 14 10 21 15D 11 3C
Octal 252 210 216 0 24 20 41 535 21 74
Binary 10101010 10001000 10001110 0 10100 10000 100001 101011101 10001 111100

Color Harmonies of #AA888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA888E

Black with #AA888E

Text Example


Text Example

White with #AA888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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