Html Css Color HEX #AA768C Tapestry

📋 copy color: '#AA768C'

red 170 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #AA768C

Tints of Tapestry #AA768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 39.72%
G = 27.57%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA768C (or 0xAA768C) is known color: Tapestry. HEX triplet: AA, 76 and 8C. RGB value is (170,118,140). Sum of RGB (Red+Green+Blue) = 170+118+140=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768C is #558973. Grayscale: #888888. Windows color (decimal): -5605748 or 9205418. OLE color: 9205418.

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

Color convert

RGB 170 118 140 -
CMYK 0 0.31 0.18 0.33
HSL 334.62º 0.23% 0.56% -
HSV(B) 334.62º 0.31% 0.67% -
XYZ 27.79 23.4 27.86 -
YUV 136.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 170 118 140 0 0.31 0.18 0.33 334.62 0.23 0.56
Hex AA 76 8C 0 1F 12 21 14F 17 38
Octal 252 166 214 0 37 22 41 517 27 70
Binary 10101010 1110110 10001100 0 11111 10010 100001 101001111 10111 111000

Color Harmonies of #AA768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA768C

Black with #AA768C

Text Example


Text Example

White with #AA768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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