Html Css Color HEX #AA7A8C Tapestry

📋 copy color: '#AA7A8C'

red 170 ◦ green 122 ◦ blue 140

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

Shades of Tapestry #AA7A8C

Tints of Tapestry #AA7A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 39.35%
G = 28.24%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA7A8C (or 0xAA7A8C) is known color: Tapestry. HEX triplet: AA, 7A and 8C. RGB value is (170,122,140). Sum of RGB (Red+Green+Blue) = 170+122+140=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A8C is #558573. Grayscale: #8A8A8A. Windows color (decimal): -5604724 or 9206442. OLE color: 9206442.

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

Color convert

RGB 170 122 140 -
CMYK 0 0.28 0.18 0.33
HSL 337.5º 0.22% 0.57% -
HSV(B) 337.5º 0.28% 0.67% -
XYZ 28.27 24.36 28.02 -
YUV 138.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 170 122 140 0 0.28 0.18 0.33 337.5 0.22 0.57
Hex AA 7A 8C 0 1C 12 21 152 16 39
Octal 252 172 214 0 34 22 41 522 26 71
Binary 10101010 1111010 10001100 0 11100 10010 100001 101010010 10110 111001

Color Harmonies of #AA7A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A8C

Black with #AA7A8C

Text Example


Text Example

White with #AA7A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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