Html Css Color HEX #AA9B9F Shady Lady

📋 copy color: '#AA9B9F'

red 170 ◦ green 155 ◦ blue 159

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

Shades of Shady Lady #AA9B9F

Tints of Shady Lady #AA9B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.85%

R = 35.12%
G = 32.02%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA9B9F (or 0xAA9B9F) is known color: Shady Lady. HEX triplet: AA, 9B and 9F. RGB value is (170,155,159). Sum of RGB (Red+Green+Blue) = 170+155+159=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9F is #556460. Grayscale: #9F9F9F. Windows color (decimal): -5596257 or 10460074. OLE color: 10460074.

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

Color convert

RGB 170 155 159 -
CMYK 0 0.09 0.06 0.33
HSL 344º 0.08% 0.64% -
HSV(B) 344º 0.09% 0.67% -
XYZ 34.56 34.49 37.64 -
YUV 159.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 170 155 159 0 0.09 0.06 0.33 344 0.08 0.64
Hex AA 9B 9F 0 9 6 21 158 8 40
Octal 252 233 237 0 11 6 41 530 10 100
Binary 10101010 10011011 10011111 0 1001 110 100001 101011000 1000 1000000

Color Harmonies of #AA9B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B9F

Black with #AA9B9F

Text Example


Text Example

White with #AA9B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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