Html Css Color HEX #AA6180 Tapestry

📋 copy color: '#AA6180'

red 170 ◦ green 97 ◦ blue 128

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

Shades of Tapestry #AA6180

Tints of Tapestry #AA6180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 43.04%
G = 24.56%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA6180 (or 0xAA6180) is known color: Tapestry. HEX triplet: AA, 61 and 80. RGB value is (170,97,128). Sum of RGB (Red+Green+Blue) = 170+97+128=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6180 is #559E7F. Grayscale: #7A7A7A. Windows color (decimal): -5611136 or 8413610. OLE color: 8413610.

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

Color convert

RGB 170 97 128 -
CMYK 0 0.43 0.25 0.33
HSL 334.52º 0.3% 0.52% -
HSV(B) 334.52º 0.43% 0.67% -
XYZ 24.75 18.65 22.72 -
YUV 122.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 170 97 128 0 0.43 0.25 0.33 334.52 0.3 0.52
Hex AA 61 80 0 2B 19 21 14F 1E 34
Octal 252 141 200 0 53 31 41 517 36 64
Binary 10101010 1100001 10000000 0 101011 11001 100001 101001111 11110 110100

Color Harmonies of #AA6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6180

Black with #AA6180

Text Example


Text Example

White with #AA6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6180; }

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

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

background-color css

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

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

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

border-color css

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

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

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