Html Css Color HEX #AA6681 Tapestry

📋 copy color: '#AA6681'

red 170 ◦ green 102 ◦ blue 129

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

Shades of Tapestry #AA6681

Tints of Tapestry #AA6681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 42.39%
G = 25.44%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA6681 (or 0xAA6681) is known color: Tapestry. HEX triplet: AA, 66 and 81. RGB value is (170,102,129). Sum of RGB (Red+Green+Blue) = 170+102+129=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6681 is #55997E. Grayscale: #7D7D7D. Windows color (decimal): -5609855 or 8480426. OLE color: 8480426.

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

Color convert

RGB 170 102 129 -
CMYK 0 0.4 0.24 0.33
HSL 336.18º 0.29% 0.53% -
HSV(B) 336.18º 0.4% 0.67% -
XYZ 25.29 19.63 23.23 -
YUV 125.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 170 102 129 0 0.4 0.24 0.33 336.18 0.29 0.53
Hex AA 66 81 0 28 18 21 150 1D 35
Octal 252 146 201 0 50 30 41 520 35 65
Binary 10101010 1100110 10000001 0 101000 11000 100001 101010000 11101 110101

Color Harmonies of #AA6681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6681

Black with #AA6681

Text Example


Text Example

White with #AA6681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6681; }

 p { color: rgb(170,102,129); }

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

background-color css

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

 a { background-color: rgb(170,102,129); }

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

border-color css

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

 span { border-color: rgb(170,102,129); }

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