Html Css Color HEX #AA718A Tapestry

📋 copy color: '#AA718A'

red 170 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #AA718A

Tints of Tapestry #AA718A

RGB

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

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

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

R = 40.38%
G = 26.84%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA718A (or 0xAA718A) is known color: Tapestry. HEX triplet: AA, 71 and 8A. RGB value is (170,113,138). Sum of RGB (Red+Green+Blue) = 170+113+138=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA718A is #558E75. Grayscale: #848484. Windows color (decimal): -5607030 or 9073066. OLE color: 9073066.

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

Color convert

RGB 170 113 138 -
CMYK 0 0.34 0.19 0.33
HSL 333.68º 0.25% 0.55% -
HSV(B) 333.68º 0.34% 0.67% -
XYZ 27.07 22.19 26.9 -
YUV 132.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 170 113 138 0 0.34 0.19 0.33 333.68 0.25 0.55
Hex AA 71 8A 0 22 13 21 14E 19 37
Octal 252 161 212 0 42 23 41 516 31 67
Binary 10101010 1110001 10001010 0 100010 10011 100001 101001110 11001 110111

Color Harmonies of #AA718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA718A

Black with #AA718A

Text Example


Text Example

White with #AA718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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