Html Css Color HEX #AA8689 Tapestry

📋 copy color: '#AA8689'

red 170 ◦ green 134 ◦ blue 137

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

Shades of Tapestry #AA8689

Tints of Tapestry #AA8689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 38.55%
G = 30.39%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA8689 (or 0xAA8689) is known color: Tapestry. HEX triplet: AA, 86 and 89. RGB value is (170,134,137). Sum of RGB (Red+Green+Blue) = 170+134+137=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8689 is #557976. Grayscale: #919191. Windows color (decimal): -5601655 or 9012906. OLE color: 9012906.

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

Color convert

RGB 170 134 137 -
CMYK 0 0.21 0.19 0.33
HSL 355º 0.17% 0.6% -
HSV(B) 355º 0.21% 0.67% -
XYZ 29.62 27.4 27.4 -
YUV 145.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 170 134 137 0 0.21 0.19 0.33 355 0.17 0.6
Hex AA 86 89 0 15 13 21 163 11 3C
Octal 252 206 211 0 25 23 41 543 21 74
Binary 10101010 10000110 10001001 0 10101 10011 100001 101100011 10001 111100

Color Harmonies of #AA8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8689

Black with #AA8689

Text Example


Text Example

White with #AA8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8689; }

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

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

background-color css

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

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

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

border-color css

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

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

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