Html Css Color HEX #AA778A Tapestry

📋 copy color: '#AA778A'

red 170 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #AA778A

Tints of Tapestry #AA778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 39.81%
G = 27.87%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA778A (or 0xAA778A) is known color: Tapestry. HEX triplet: AA, 77 and 8A. RGB value is (170,119,138). Sum of RGB (Red+Green+Blue) = 170+119+138=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778A is #558875. Grayscale: #888888. Windows color (decimal): -5605494 or 9074602. OLE color: 9074602.

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

Color convert

RGB 170 119 138 -
CMYK 0 0.3 0.19 0.33
HSL 337.65º 0.23% 0.57% -
HSV(B) 337.65º 0.3% 0.67% -
XYZ 27.76 23.57 27.13 -
YUV 136.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 170 119 138 0 0.3 0.19 0.33 337.65 0.23 0.57
Hex AA 77 8A 0 1E 13 21 152 17 39
Octal 252 167 212 0 36 23 41 522 27 71
Binary 10101010 1110111 10001010 0 11110 10011 100001 101010010 10111 111001

Color Harmonies of #AA778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA778A

Black with #AA778A

Text Example


Text Example

White with #AA778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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