Html Css Color HEX #AA7A8E Tapestry

📋 copy color: '#AA7A8E'

red 170 ◦ green 122 ◦ blue 142

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

Shades of Tapestry #AA7A8E

Tints of Tapestry #AA7A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

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

R = 39.17%
G = 28.11%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA7A8E (or 0xAA7A8E) is known color: Tapestry. HEX triplet: AA, 7A and 8E. RGB value is (170,122,142). Sum of RGB (Red+Green+Blue) = 170+122+142=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A8E is #558571. Grayscale: #8A8A8A. Windows color (decimal): -5604722 or 9337514. OLE color: 9337514.

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

Color convert

RGB 170 122 142 -
CMYK 0 0.28 0.16 0.33
HSL 335º 0.22% 0.57% -
HSV(B) 335º 0.28% 0.67% -
XYZ 28.42 24.42 28.81 -
YUV 138.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 170 122 142 0 0.28 0.16 0.33 335 0.22 0.57
Hex AA 7A 8E 0 1C 10 21 14F 16 39
Octal 252 172 216 0 34 20 41 517 26 71
Binary 10101010 1111010 10001110 0 11100 10000 100001 101001111 10110 111001

Color Harmonies of #AA7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A8E

Black with #AA7A8E

Text Example


Text Example

White with #AA7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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