Html Css Color HEX #AA7681 Tapestry

📋 copy color: '#AA7681'

red 170 ◦ green 118 ◦ blue 129

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

Shades of Tapestry #AA7681

Tints of Tapestry #AA7681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 40.77%
G = 28.3%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7681 (or 0xAA7681) is known color: Tapestry. HEX triplet: AA, 76 and 81. RGB value is (170,118,129). Sum of RGB (Red+Green+Blue) = 170+118+129=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7681 is #55897E. Grayscale: #868686. Windows color (decimal): -5605759 or 8484522. OLE color: 8484522.

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

Color convert

RGB 170 118 129 -
CMYK 0 0.31 0.24 0.33
HSL 347.31º 0.23% 0.56% -
HSV(B) 347.31º 0.31% 0.67% -
XYZ 27.02 23.09 23.8 -
YUV 134.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 170 118 129 0 0.31 0.24 0.33 347.31 0.23 0.56
Hex AA 76 81 0 1F 18 21 15B 17 38
Octal 252 166 201 0 37 30 41 533 27 70
Binary 10101010 1110110 10000001 0 11111 11000 100001 101011011 10111 111000

Color Harmonies of #AA7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7681

Black with #AA7681

Text Example


Text Example

White with #AA7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7681; }

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

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

background-color css

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

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

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

border-color css

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

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

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