Html Css Color HEX #AA808E Tapestry

📋 copy color: '#AA808E'

red 170 ◦ green 128 ◦ blue 142

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

Shades of Tapestry #AA808E

Tints of Tapestry #AA808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 38.64%
G = 29.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA808E (or 0xAA808E) is known color: Tapestry. HEX triplet: AA, 80 and 8E. RGB value is (170,128,142). Sum of RGB (Red+Green+Blue) = 170+128+142=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808E is #557F71. Grayscale: #8E8E8E. Windows color (decimal): -5603186 or 9339050. OLE color: 9339050.

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

Color convert

RGB 170 128 142 -
CMYK 0 0.25 0.16 0.33
HSL 340º 0.2% 0.58% -
HSV(B) 340º 0.25% 0.67% -
XYZ 29.18 25.94 29.06 -
YUV 142.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 170 128 142 0 0.25 0.16 0.33 340 0.2 0.58
Hex AA 80 8E 0 19 10 21 154 14 3A
Octal 252 200 216 0 31 20 41 524 24 72
Binary 10101010 10000000 10001110 0 11001 10000 100001 101010100 10100 111010

Color Harmonies of #AA808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA808E

Black with #AA808E

Text Example


Text Example

White with #AA808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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