Html Css Color HEX #AA818E Tapestry

📋 copy color: '#AA818E'

red 170 ◦ green 129 ◦ blue 142

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

Shades of Tapestry #AA818E

Tints of Tapestry #AA818E

RGB

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

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

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

R = 38.55%
G = 29.25%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA818E (or 0xAA818E) is known color: Tapestry. HEX triplet: AA, 81 and 8E. RGB value is (170,129,142). Sum of RGB (Red+Green+Blue) = 170+129+142=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA818E is #557E71. Grayscale: #8E8E8E. Windows color (decimal): -5602930 or 9339306. OLE color: 9339306.

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

Color convert

RGB 170 129 142 -
CMYK 0 0.24 0.16 0.33
HSL 340.98º 0.19% 0.59% -
HSV(B) 340.98º 0.24% 0.67% -
XYZ 29.31 26.2 29.1 -
YUV 142.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 170 129 142 0 0.24 0.16 0.33 340.98 0.19 0.59
Hex AA 81 8E 0 18 10 21 155 13 3B
Octal 252 201 216 0 30 20 41 525 23 73
Binary 10101010 10000001 10001110 0 11000 10000 100001 101010101 10011 111011

Color Harmonies of #AA818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA818E

Black with #AA818E

Text Example


Text Example

White with #AA818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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