Html Css Color HEX #AA949C Shady Lady

📋 copy color: '#AA949C'

red 170 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #AA949C

Tints of Shady Lady #AA949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 35.86%
G = 31.22%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA949C (or 0xAA949C) is known color: Shady Lady. HEX triplet: AA, 94 and 9C. RGB value is (170,148,156). Sum of RGB (Red+Green+Blue) = 170+148+156=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949C is #556B63. Grayscale: #9B9B9B. Windows color (decimal): -5598052 or 10261674. OLE color: 10261674.

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

Color convert

RGB 170 148 156 -
CMYK 0 0.13 0.08 0.33
HSL 338.18º 0.11% 0.62% -
HSV(B) 338.18º 0.13% 0.67% -
XYZ 33.17 32.13 35.91 -
YUV 155.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 170 148 156 0 0.13 0.08 0.33 338.18 0.11 0.62
Hex AA 94 9C 0 D 8 21 152 B 3E
Octal 252 224 234 0 15 10 41 522 13 76
Binary 10101010 10010100 10011100 0 1101 1000 100001 101010010 1011 111110

Color Harmonies of #AA949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA949C

Black with #AA949C

Text Example


Text Example

White with #AA949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA949C; }

 p { color: rgb(170,148,156); }

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

background-color css

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

 a { background-color: rgb(170,148,156); }

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

border-color css

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

 span { border-color: rgb(170,148,156); }

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