Html Css Color HEX #AA6178 Tapestry

📋 copy color: '#AA6178'

red 170 ◦ green 97 ◦ blue 120

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

Shades of Tapestry #AA6178

Tints of Tapestry #AA6178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 43.93%
G = 25.06%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6178 (or 0xAA6178) is known color: Tapestry. HEX triplet: AA, 61 and 78. RGB value is (170,97,120). Sum of RGB (Red+Green+Blue) = 170+97+120=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6178 is #559E87. Grayscale: #797979. Windows color (decimal): -5611144 or 7889322. OLE color: 7889322.

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

Color convert

RGB 170 97 120 -
CMYK 0 0.43 0.29 0.33
HSL 341.1º 0.3% 0.52% -
HSV(B) 341.1º 0.43% 0.67% -
XYZ 24.24 18.45 20.05 -
YUV 121.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 170 97 120 0 0.43 0.29 0.33 341.1 0.3 0.52
Hex AA 61 78 0 2B 1D 21 155 1E 34
Octal 252 141 170 0 53 35 41 525 36 64
Binary 10101010 1100001 1111000 0 101011 11101 100001 101010101 11110 110100

Color Harmonies of #AA6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6178

Black with #AA6178

Text Example


Text Example

White with #AA6178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6178; }

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

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

background-color css

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

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

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

border-color css

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

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

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