Html Css Color HEX #AA6486 Tapestry

📋 copy color: '#AA6486'

red 170 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #AA6486

Tints of Tapestry #AA6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 42.08%
G = 24.75%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA6486 (or 0xAA6486) is known color: Tapestry. HEX triplet: AA, 64 and 86. RGB value is (170,100,134). Sum of RGB (Red+Green+Blue) = 170+100+134=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6486 is #559B79. Grayscale: #7C7C7C. Windows color (decimal): -5610362 or 8807594. OLE color: 8807594.

HSL color Cylindrical-coordinate representation of color #AA6486: hue angle of 330.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6486 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 134 -
CMYK 0 0.41 0.21 0.33
HSL 330.86º 0.29% 0.53% -
HSV(B) 330.86º 0.41% 0.67% -
XYZ 25.44 19.38 24.95 -
YUV 124.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 170 100 134 0 0.41 0.21 0.33 330.86 0.29 0.53
Hex AA 64 86 0 29 15 21 14B 1D 35
Octal 252 144 206 0 51 25 41 513 35 65
Binary 10101010 1100100 10000110 0 101001 10101 100001 101001011 11101 110101

Color Harmonies of #AA6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6486

Black with #AA6486

Text Example


Text Example

White with #AA6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6486; }

 p { color: rgb(170,100,134); }

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

background-color css

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

 a { background-color: rgb(170,100,134); }

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

border-color css

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

 span { border-color: rgb(170,100,134); }

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