Html Css Color HEX #AA617C Tapestry

📋 copy color: '#AA617C'

red 170 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #AA617C

Tints of Tapestry #AA617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 43.48%
G = 24.81%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA617C (or 0xAA617C) is known color: Tapestry. HEX triplet: AA, 61 and 7C. RGB value is (170,97,124). Sum of RGB (Red+Green+Blue) = 170+97+124=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617C is #559E83. Grayscale: #797979. Windows color (decimal): -5611140 or 8151466. OLE color: 8151466.

HSL color Cylindrical-coordinate representation of color #AA617C: hue angle of 337.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA617C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 124 -
CMYK 0 0.43 0.27 0.33
HSL 337.81º 0.3% 0.52% -
HSV(B) 337.81º 0.43% 0.67% -
XYZ 24.49 18.55 21.36 -
YUV 121.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 170 97 124 0 0.43 0.27 0.33 337.81 0.3 0.52
Hex AA 61 7C 0 2B 1B 21 152 1E 34
Octal 252 141 174 0 53 33 41 522 36 64
Binary 10101010 1100001 1111100 0 101011 11011 100001 101010010 11110 110100

Color Harmonies of #AA617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA617C

Black with #AA617C

Text Example


Text Example

White with #AA617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA617C; }

 p { color: rgb(170,97,124); }

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

background-color css

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

 a { background-color: rgb(170,97,124); }

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

border-color css

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

 span { border-color: rgb(170,97,124); }

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