Html Css Color HEX #AA7E8E Tapestry

📋 copy color: '#AA7E8E'

red 170 ◦ green 126 ◦ blue 142

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

Shades of Tapestry #AA7E8E

Tints of Tapestry #AA7E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 38.81%
G = 28.77%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA7E8E (or 0xAA7E8E) is known color: Tapestry. HEX triplet: AA, 7E and 8E. RGB value is (170,126,142). Sum of RGB (Red+Green+Blue) = 170+126+142=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E8E is #558171. Grayscale: #8C8C8C. Windows color (decimal): -5603698 or 9338538. OLE color: 9338538.

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

Color convert

RGB 170 126 142 -
CMYK 0 0.26 0.16 0.33
HSL 338.18º 0.21% 0.58% -
HSV(B) 338.18º 0.26% 0.67% -
XYZ 28.92 25.42 28.97 -
YUV 140.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 170 126 142 0 0.26 0.16 0.33 338.18 0.21 0.58
Hex AA 7E 8E 0 1A 10 21 152 15 3A
Octal 252 176 216 0 32 20 41 522 25 72
Binary 10101010 1111110 10001110 0 11010 10000 100001 101010010 10101 111010

Color Harmonies of #AA7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E8E

Black with #AA7E8E

Text Example


Text Example

White with #AA7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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