Html Css Color HEX #AA7986 Tapestry

📋 copy color: '#AA7986'

red 170 ◦ green 121 ◦ blue 134

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

Shades of Tapestry #AA7986

Tints of Tapestry #AA7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

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

R = 40%
G = 28.47%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA7986 (or 0xAA7986) is known color: Tapestry. HEX triplet: AA, 79 and 86. RGB value is (170,121,134). Sum of RGB (Red+Green+Blue) = 170+121+134=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7986 is #558679. Grayscale: #898989. Windows color (decimal): -5604986 or 8812970. OLE color: 8812970.

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

Color convert

RGB 170 121 134 -
CMYK 0 0.29 0.21 0.33
HSL 344.08º 0.22% 0.57% -
HSV(B) 344.08º 0.29% 0.67% -
XYZ 27.72 23.94 25.71 -
YUV 137.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 170 121 134 0 0.29 0.21 0.33 344.08 0.22 0.57
Hex AA 79 86 0 1D 15 21 158 16 39
Octal 252 171 206 0 35 25 41 530 26 71
Binary 10101010 1111001 10000110 0 11101 10101 100001 101011000 10110 111001

Color Harmonies of #AA7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7986

Black with #AA7986

Text Example


Text Example

White with #AA7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7986; }

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

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

background-color css

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

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

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

border-color css

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

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

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