Html Css Color HEX #AA9C9F Shady Lady

📋 copy color: '#AA9C9F'

red 170 ◦ green 156 ◦ blue 159

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

Shades of Shady Lady #AA9C9F

Tints of Shady Lady #AA9C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 35.05%
G = 32.16%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA9C9F (or 0xAA9C9F) is known color: Shady Lady. HEX triplet: AA, 9C and 9F. RGB value is (170,156,159). Sum of RGB (Red+Green+Blue) = 170+156+159=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9F is #556360. Grayscale: #A0A0A0. Windows color (decimal): -5596001 or 10460330. OLE color: 10460330.

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

Color convert

RGB 170 156 159 -
CMYK 0 0.08 0.06 0.33
HSL 347.14º 0.08% 0.64% -
HSV(B) 347.14º 0.08% 0.67% -
XYZ 34.72 34.83 37.69 -
YUV 160.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 170 156 159 0 0.08 0.06 0.33 347.14 0.08 0.64
Hex AA 9C 9F 0 8 6 21 15B 8 40
Octal 252 234 237 0 10 6 41 533 10 100
Binary 10101010 10011100 10011111 0 1000 110 100001 101011011 1000 1000000

Color Harmonies of #AA9C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C9F

Black with #AA9C9F

Text Example


Text Example

White with #AA9C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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