Html Css Color HEX #AA617B Tapestry

📋 copy color: '#AA617B'

red 170 ◦ green 97 ◦ blue 123

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

Shades of Tapestry #AA617B

Tints of Tapestry #AA617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 43.59%
G = 24.87%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA617B (or 0xAA617B) is known color: Tapestry. HEX triplet: AA, 61 and 7B. RGB value is (170,97,123). Sum of RGB (Red+Green+Blue) = 170+97+123=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617B is #559E84. Grayscale: #797979. Windows color (decimal): -5611141 or 8085930. OLE color: 8085930.

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

Color convert

RGB 170 97 123 -
CMYK 0 0.43 0.28 0.33
HSL 338.63º 0.3% 0.52% -
HSV(B) 338.63º 0.43% 0.67% -
XYZ 24.43 18.53 21.03 -
YUV 121.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 170 97 123 0 0.43 0.28 0.33 338.63 0.3 0.52
Hex AA 61 7B 0 2B 1C 21 153 1E 34
Octal 252 141 173 0 53 34 41 523 36 64
Binary 10101010 1100001 1111011 0 101011 11100 100001 101010011 11110 110100

Color Harmonies of #AA617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA617B

Black with #AA617B

Text Example


Text Example

White with #AA617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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