Html Css Color HEX #AA6989 Tapestry

📋 copy color: '#AA6989'

red 170 ◦ green 105 ◦ blue 137

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

Shades of Tapestry #AA6989

Tints of Tapestry #AA6989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

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

R = 41.26%
G = 25.49%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA6989 (or 0xAA6989) is known color: Tapestry. HEX triplet: AA, 69 and 89. RGB value is (170,105,137). Sum of RGB (Red+Green+Blue) = 170+105+137=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6989 is #559676. Grayscale: #808080. Windows color (decimal): -5609079 or 9005482. OLE color: 9005482.

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

Color convert

RGB 170 105 137 -
CMYK 0 0.38 0.19 0.33
HSL 330.46º 0.28% 0.54% -
HSV(B) 330.46º 0.38% 0.67% -
XYZ 26.14 20.46 26.24 -
YUV 128.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 170 105 137 0 0.38 0.19 0.33 330.46 0.28 0.54
Hex AA 69 89 0 26 13 21 14A 1C 36
Octal 252 151 211 0 46 23 41 512 34 66
Binary 10101010 1101001 10001001 0 100110 10011 100001 101001010 11100 110110

Color Harmonies of #AA6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6989

Black with #AA6989

Text Example


Text Example

White with #AA6989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6989; }

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

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

background-color css

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

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

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

border-color css

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

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

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