Html Css Color HEX #AA717F Tapestry

📋 copy color: '#AA717F'

red 170 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #AA717F

Tints of Tapestry #AA717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 41.46%
G = 27.56%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA717F (or 0xAA717F) is known color: Tapestry. HEX triplet: AA, 71 and 7F. RGB value is (170,113,127). Sum of RGB (Red+Green+Blue) = 170+113+127=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717F is #558E80. Grayscale: #838383. Windows color (decimal): -5607041 or 8352170. OLE color: 8352170.

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

Color convert

RGB 170 113 127 -
CMYK 0 0.34 0.25 0.33
HSL 345.26º 0.25% 0.55% -
HSV(B) 345.26º 0.34% 0.67% -
XYZ 26.31 21.89 22.92 -
YUV 131.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 170 113 127 0 0.34 0.25 0.33 345.26 0.25 0.55
Hex AA 71 7F 0 22 19 21 159 19 37
Octal 252 161 177 0 42 31 41 531 31 67
Binary 10101010 1110001 1111111 0 100010 11001 100001 101011001 11001 110111

Color Harmonies of #AA717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA717F

Black with #AA717F

Text Example


Text Example

White with #AA717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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