Html Css Color HEX #AA808D Tapestry

📋 copy color: '#AA808D'

red 170 ◦ green 128 ◦ blue 141

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

Shades of Tapestry #AA808D

Tints of Tapestry #AA808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 38.72%
G = 29.16%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA808D (or 0xAA808D) is known color: Tapestry. HEX triplet: AA, 80 and 8D. RGB value is (170,128,141). Sum of RGB (Red+Green+Blue) = 170+128+141=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808D is #557F72. Grayscale: #8E8E8E. Windows color (decimal): -5603187 or 9273514. OLE color: 9273514.

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

Color convert

RGB 170 128 141 -
CMYK 0 0.25 0.17 0.33
HSL 341.43º 0.2% 0.58% -
HSV(B) 341.43º 0.25% 0.67% -
XYZ 29.1 25.91 28.67 -
YUV 142.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 170 128 141 0 0.25 0.17 0.33 341.43 0.2 0.58
Hex AA 80 8D 0 19 11 21 155 14 3A
Octal 252 200 215 0 31 21 41 525 24 72
Binary 10101010 10000000 10001101 0 11001 10001 100001 101010101 10100 111010

Color Harmonies of #AA808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA808D

Black with #AA808D

Text Example


Text Example

White with #AA808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA808D; }

 p { color: rgb(170,128,141); }

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

background-color css

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

 a { background-color: rgb(170,128,141); }

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

border-color css

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

 span { border-color: rgb(170,128,141); }

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