Html Css Color HEX #AA6889 Tapestry

📋 copy color: '#AA6889'

red 170 ◦ green 104 ◦ blue 137

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

Shades of Tapestry #AA6889

Tints of Tapestry #AA6889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 41.36%
G = 25.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA6889 (or 0xAA6889) is known color: Tapestry. HEX triplet: AA, 68 and 89. RGB value is (170,104,137). Sum of RGB (Red+Green+Blue) = 170+104+137=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6889 is #559776. Grayscale: #7F7F7F. Windows color (decimal): -5609335 or 9005226. OLE color: 9005226.

HSL color Cylindrical-coordinate representation of color #AA6889: hue angle of 330º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6889 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 137 -
CMYK 0 0.39 0.19 0.33
HSL 330º 0.28% 0.54% -
HSV(B) 330º 0.39% 0.67% -
XYZ 26.04 20.25 26.2 -
YUV 127.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 170 104 137 0 0.39 0.19 0.33 330 0.28 0.54
Hex AA 68 89 0 27 13 21 14A 1C 36
Octal 252 150 211 0 47 23 41 512 34 66
Binary 10101010 1101000 10001001 0 100111 10011 100001 101001010 11100 110110

Color Harmonies of #AA6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6889

Black with #AA6889

Text Example


Text Example

White with #AA6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6889; }

 p { color: rgb(170,104,137); }

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

background-color css

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

 a { background-color: rgb(170,104,137); }

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

border-color css

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

 span { border-color: rgb(170,104,137); }

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