Html Css Color HEX #AA8189 Tapestry

📋 copy color: '#AA8189'

red 170 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #AA8189

Tints of Tapestry #AA8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 38.99%
G = 29.59%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA8189 (or 0xAA8189) is known color: Tapestry. HEX triplet: AA, 81 and 89. RGB value is (170,129,137). Sum of RGB (Red+Green+Blue) = 170+129+137=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8189 is #557E76. Grayscale: #8E8E8E. Windows color (decimal): -5602935 or 9011626. OLE color: 9011626.

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

Color convert

RGB 170 129 137 -
CMYK 0 0.24 0.19 0.33
HSL 348.29º 0.19% 0.59% -
HSV(B) 348.29º 0.24% 0.67% -
XYZ 28.94 26.05 27.17 -
YUV 142.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 170 129 137 0 0.24 0.19 0.33 348.29 0.19 0.59
Hex AA 81 89 0 18 13 21 15C 13 3B
Octal 252 201 211 0 30 23 41 534 23 73
Binary 10101010 10000001 10001001 0 11000 10011 100001 101011100 10011 111011

Color Harmonies of #AA8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8189

Black with #AA8189

Text Example


Text Example

White with #AA8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8189; }

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

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

background-color css

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

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

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

border-color css

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

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

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