Html Css Color HEX #AA949A Shady Lady

📋 copy color: '#AA949A'

red 170 ◦ green 148 ◦ blue 154

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

Shades of Shady Lady #AA949A

Tints of Shady Lady #AA949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 36.02%
G = 31.36%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA949A (or 0xAA949A) is known color: Shady Lady. HEX triplet: AA, 94 and 9A. RGB value is (170,148,154). Sum of RGB (Red+Green+Blue) = 170+148+154=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949A is #556B65. Grayscale: #9B9B9B. Windows color (decimal): -5598054 or 10130602. OLE color: 10130602.

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

Color convert

RGB 170 148 154 -
CMYK 0 0.13 0.09 0.33
HSL 343.64º 0.11% 0.62% -
HSV(B) 343.64º 0.13% 0.67% -
XYZ 33 32.06 35.02 -
YUV 155.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 170 148 154 0 0.13 0.09 0.33 343.64 0.11 0.62
Hex AA 94 9A 0 D 9 21 158 B 3E
Octal 252 224 232 0 15 11 41 530 13 76
Binary 10101010 10010100 10011010 0 1101 1001 100001 101011000 1011 111110

Color Harmonies of #AA949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA949A

Black with #AA949A

Text Example


Text Example

White with #AA949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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