Html Css Color HEX #AA959E Shady Lady

📋 copy color: '#AA959E'

red 170 ◦ green 149 ◦ blue 158

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

Shades of Shady Lady #AA959E

Tints of Shady Lady #AA959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

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

R = 35.64%
G = 31.24%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA959E (or 0xAA959E) is known color: Shady Lady. HEX triplet: AA, 95 and 9E. RGB value is (170,149,158). Sum of RGB (Red+Green+Blue) = 170+149+158=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959E is #556A61. Grayscale: #9C9C9C. Windows color (decimal): -5597794 or 10393002. OLE color: 10393002.

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

Color convert

RGB 170 149 158 -
CMYK 0 0.12 0.07 0.33
HSL 334.29º 0.11% 0.63% -
HSV(B) 334.29º 0.12% 0.67% -
XYZ 33.5 32.51 36.86 -
YUV 156.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 170 149 158 0 0.12 0.07 0.33 334.29 0.11 0.63
Hex AA 95 9E 0 C 7 21 14E B 3F
Octal 252 225 236 0 14 7 41 516 13 77
Binary 10101010 10010101 10011110 0 1100 111 100001 101001110 1011 111111

Color Harmonies of #AA959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA959E

Black with #AA959E

Text Example


Text Example

White with #AA959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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