Html Css Color HEX #AA959F Shady Lady

📋 copy color: '#AA959F'

red 170 ◦ green 149 ◦ blue 159

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

Shades of Shady Lady #AA959F

Tints of Shady Lady #AA959F

RGB

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

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

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

R = 35.56%
G = 31.17%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA959F (or 0xAA959F) is known color: Shady Lady. HEX triplet: AA, 95 and 9F. RGB value is (170,149,159). Sum of RGB (Red+Green+Blue) = 170+149+159=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959F is #556A60. Grayscale: #9C9C9C. Windows color (decimal): -5597793 or 10458538. OLE color: 10458538.

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

Color convert

RGB 170 149 159 -
CMYK 0 0.12 0.06 0.33
HSL 331.43º 0.11% 0.63% -
HSV(B) 331.43º 0.12% 0.67% -
XYZ 33.58 32.54 37.31 -
YUV 156.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 170 149 159 0 0.12 0.06 0.33 331.43 0.11 0.63
Hex AA 95 9F 0 C 6 21 14B B 3F
Octal 252 225 237 0 14 6 41 513 13 77
Binary 10101010 10010101 10011111 0 1100 110 100001 101001011 1011 111111

Color Harmonies of #AA959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA959F

Black with #AA959F

Text Example


Text Example

White with #AA959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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