Html Css Color HEX #AA8187 Tapestry

📋 copy color: '#AA8187'

red 170 ◦ green 129 ◦ blue 135

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

Shades of Tapestry #AA8187

Tints of Tapestry #AA8187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 39.17%
G = 29.72%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA8187 (or 0xAA8187) is known color: Tapestry. HEX triplet: AA, 81 and 87. RGB value is (170,129,135). Sum of RGB (Red+Green+Blue) = 170+129+135=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8187 is #557E78. Grayscale: #8D8D8D. Windows color (decimal): -5602937 or 8880554. OLE color: 8880554.

HSL color Cylindrical-coordinate representation of color #AA8187: hue angle of 351.22º 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 #AA8187 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 135 -
CMYK 0 0.24 0.21 0.33
HSL 351.22º 0.19% 0.59% -
HSV(B) 351.22º 0.24% 0.67% -
XYZ 28.8 26 26.42 -
YUV 141.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 170 129 135 0 0.24 0.21 0.33 351.22 0.19 0.59
Hex AA 81 87 0 18 15 21 15F 13 3B
Octal 252 201 207 0 30 25 41 537 23 73
Binary 10101010 10000001 10000111 0 11000 10101 100001 101011111 10011 111011

Color Harmonies of #AA8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8187

Black with #AA8187

Text Example


Text Example

White with #AA8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8187; }

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

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

background-color css

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

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

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

border-color css

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

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

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