Html Css Color HEX #AA778E Tapestry

📋 copy color: '#AA778E'

red 170 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #AA778E

Tints of Tapestry #AA778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

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

R = 39.44%
G = 27.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA778E (or 0xAA778E) is known color: Tapestry. HEX triplet: AA, 77 and 8E. RGB value is (170,119,142). Sum of RGB (Red+Green+Blue) = 170+119+142=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778E is #558871. Grayscale: #888888. Windows color (decimal): -5605490 or 9336746. OLE color: 9336746.

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

Color convert

RGB 170 119 142 -
CMYK 0 0.3 0.16 0.33
HSL 332.94º 0.23% 0.57% -
HSV(B) 332.94º 0.3% 0.67% -
XYZ 28.06 23.69 28.69 -
YUV 136.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 170 119 142 0 0.3 0.16 0.33 332.94 0.23 0.57
Hex AA 77 8E 0 1E 10 21 14D 17 39
Octal 252 167 216 0 36 20 41 515 27 71
Binary 10101010 1110111 10001110 0 11110 10000 100001 101001101 10111 111001

Color Harmonies of #AA778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA778E

Black with #AA778E

Text Example


Text Example

White with #AA778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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