Html Css Color HEX #AA949E Shady Lady

📋 copy color: '#AA949E'

red 170 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #AA949E

Tints of Shady Lady #AA949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 35.71%
G = 31.09%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA949E (or 0xAA949E) is known color: Shady Lady. HEX triplet: AA, 94 and 9E. RGB value is (170,148,158). Sum of RGB (Red+Green+Blue) = 170+148+158=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949E is #556B61. Grayscale: #9B9B9B. Windows color (decimal): -5598050 or 10392746. OLE color: 10392746.

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

Color convert

RGB 170 148 158 -
CMYK 0 0.13 0.07 0.33
HSL 332.73º 0.11% 0.62% -
HSV(B) 332.73º 0.13% 0.67% -
XYZ 33.34 32.19 36.8 -
YUV 155.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 170 148 158 0 0.13 0.07 0.33 332.73 0.11 0.62
Hex AA 94 9E 0 D 7 21 14D B 3E
Octal 252 224 236 0 15 7 41 515 13 76
Binary 10101010 10010100 10011110 0 1101 111 100001 101001101 1011 111110

Color Harmonies of #AA949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA949E

Black with #AA949E

Text Example


Text Example

White with #AA949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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