Html Css Color HEX #AA768E Tapestry

📋 copy color: '#AA768E'

red 170 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #AA768E

Tints of Tapestry #AA768E

RGB

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

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

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

R = 39.53%
G = 27.44%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA768E (or 0xAA768E) is known color: Tapestry. HEX triplet: AA, 76 and 8E. RGB value is (170,118,142). Sum of RGB (Red+Green+Blue) = 170+118+142=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768E is #558971. Grayscale: #888888. Windows color (decimal): -5605746 or 9336490. OLE color: 9336490.

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

Color convert

RGB 170 118 142 -
CMYK 0 0.31 0.16 0.33
HSL 332.31º 0.23% 0.56% -
HSV(B) 332.31º 0.31% 0.67% -
XYZ 27.94 23.46 28.65 -
YUV 136.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 170 118 142 0 0.31 0.16 0.33 332.31 0.23 0.56
Hex AA 76 8E 0 1F 10 21 14C 17 38
Octal 252 166 216 0 37 20 41 514 27 70
Binary 10101010 1110110 10001110 0 11111 10000 100001 101001100 10111 111000

Color Harmonies of #AA768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA768E

Black with #AA768E

Text Example


Text Example

White with #AA768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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