Html Css Color HEX #AA888F Tapestry

📋 copy color: '#AA888F'

red 170 ◦ green 136 ◦ blue 143

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

Shades of Tapestry #AA888F

Tints of Tapestry #AA888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 37.86%
G = 30.29%
B = 31.85%

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

#AA888F (or 0xAA888F) is known color: Tapestry. HEX triplet: AA, 88 and 8F. RGB value is (170,136,143). Sum of RGB (Red+Green+Blue) = 170+136+143=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888F is #557770. Grayscale: #929292. Windows color (decimal): -5601137 or 9406634. OLE color: 9406634.

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

Color convert

RGB 170 136 143 -
CMYK 0 0.20 0.16 0.33
HSL 347.65º 0.17% 0.6% -
HSV(B) 347.65º 0.2% 0.67% -
XYZ 30.34 28.14 29.82 -
YUV 146.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 170 136 143 0 0.20 0.16 0.33 347.65 0.17 0.6
Hex AA 88 8F 0 14 10 21 15C 11 3C
Octal 252 210 217 0 24 20 41 534 21 74
Binary 10101010 10001000 10001111 0 10100 10000 100001 101011100 10001 111100

Color Harmonies of #AA888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA888F

Black with #AA888F

Text Example


Text Example

White with #AA888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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