Html Css Color HEX #AA718C Tapestry

📋 copy color: '#AA718C'

red 170 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #AA718C

Tints of Tapestry #AA718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 40.19%
G = 26.71%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA718C (or 0xAA718C) is known color: Tapestry. HEX triplet: AA, 71 and 8C. RGB value is (170,113,140). Sum of RGB (Red+Green+Blue) = 170+113+140=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718C is #558E73. Grayscale: #858585. Windows color (decimal): -5607028 or 9204138. OLE color: 9204138.

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

Color convert

RGB 170 113 140 -
CMYK 0 0.34 0.18 0.33
HSL 331.58º 0.25% 0.55% -
HSV(B) 331.58º 0.34% 0.67% -
XYZ 27.22 22.25 27.67 -
YUV 133.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 170 113 140 0 0.34 0.18 0.33 331.58 0.25 0.55
Hex AA 71 8C 0 22 12 21 14C 19 37
Octal 252 161 214 0 42 22 41 514 31 67
Binary 10101010 1110001 10001100 0 100010 10010 100001 101001100 11001 110111

Color Harmonies of #AA718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA718C

Black with #AA718C

Text Example


Text Example

White with #AA718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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