Html Css Color HEX #AA768B Tapestry

📋 copy color: '#AA768B'

red 170 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #AA768B

Tints of Tapestry #AA768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 39.81%
G = 27.63%
B = 32.55%

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

#AA768B (or 0xAA768B) is known color: Tapestry. HEX triplet: AA, 76 and 8B. RGB value is (170,118,139). Sum of RGB (Red+Green+Blue) = 170+118+139=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768B is #558974. Grayscale: #878787. Windows color (decimal): -5605749 or 9139882. OLE color: 9139882.

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

Color convert

RGB 170 118 139 -
CMYK 0 0.31 0.18 0.33
HSL 335.77º 0.23% 0.56% -
HSV(B) 335.77º 0.31% 0.67% -
XYZ 27.72 23.37 27.48 -
YUV 135.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 170 118 139 0 0.31 0.18 0.33 335.77 0.23 0.56
Hex AA 76 8B 0 1F 12 21 150 17 38
Octal 252 166 213 0 37 22 41 520 27 70
Binary 10101010 1110110 10001011 0 11111 10010 100001 101010000 10111 111000

Color Harmonies of #AA768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA768B

Black with #AA768B

Text Example


Text Example

White with #AA768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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