Html Css Color HEX #AA9B9E Shady Lady

📋 copy color: '#AA9B9E'

red 170 ◦ green 155 ◦ blue 158

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

Shades of Shady Lady #AA9B9E

Tints of Shady Lady #AA9B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 35.2%
G = 32.09%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA9B9E (or 0xAA9B9E) is known color: Shady Lady. HEX triplet: AA, 9B and 9E. RGB value is (170,155,158). Sum of RGB (Red+Green+Blue) = 170+155+158=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9E is #556461. Grayscale: #9F9F9F. Windows color (decimal): -5596258 or 10394538. OLE color: 10394538.

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

Color convert

RGB 170 155 158 -
CMYK 0 0.09 0.07 0.33
HSL 348º 0.08% 0.64% -
HSV(B) 348º 0.09% 0.67% -
XYZ 34.47 34.46 37.18 -
YUV 159.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 170 155 158 0 0.09 0.07 0.33 348 0.08 0.64
Hex AA 9B 9E 0 9 7 21 15C 8 40
Octal 252 233 236 0 11 7 41 534 10 100
Binary 10101010 10011011 10011110 0 1001 111 100001 101011100 1000 1000000

Color Harmonies of #AA9B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B9E

Black with #AA9B9E

Text Example


Text Example

White with #AA9B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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