Html Css Color HEX #AA6184 Tapestry

📋 copy color: '#AA6184'

red 170 ◦ green 97 ◦ blue 132

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

Shades of Tapestry #AA6184

Tints of Tapestry #AA6184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 42.61%
G = 24.31%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA6184 (or 0xAA6184) is known color: Tapestry. HEX triplet: AA, 61 and 84. RGB value is (170,97,132). Sum of RGB (Red+Green+Blue) = 170+97+132=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6184 is #559E7B. Grayscale: #7A7A7A. Windows color (decimal): -5611132 or 8675754. OLE color: 8675754.

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

Color convert

RGB 170 97 132 -
CMYK 0 0.43 0.22 0.33
HSL 331.23º 0.3% 0.52% -
HSV(B) 331.23º 0.43% 0.67% -
XYZ 25.02 18.76 24.13 -
YUV 122.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 170 97 132 0 0.43 0.22 0.33 331.23 0.3 0.52
Hex AA 61 84 0 2B 16 21 14B 1E 34
Octal 252 141 204 0 53 26 41 513 36 64
Binary 10101010 1100001 10000100 0 101011 10110 100001 101001011 11110 110100

Color Harmonies of #AA6184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6184

Black with #AA6184

Text Example


Text Example

White with #AA6184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6184; }

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

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

background-color css

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

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

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

border-color css

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

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

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