Html Css Color HEX #AA959B Shady Lady

📋 copy color: '#AA959B'

red 170 ◦ green 149 ◦ blue 155

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

Shades of Shady Lady #AA959B

Tints of Shady Lady #AA959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 35.86%
G = 31.43%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA959B (or 0xAA959B) is known color: Shady Lady. HEX triplet: AA, 95 and 9B. RGB value is (170,149,155). Sum of RGB (Red+Green+Blue) = 170+149+155=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959B is #556A64. Grayscale: #9B9B9B. Windows color (decimal): -5597797 or 10196394. OLE color: 10196394.

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

Color convert

RGB 170 149 155 -
CMYK 0 0.12 0.09 0.33
HSL 342.86º 0.11% 0.63% -
HSV(B) 342.86º 0.12% 0.67% -
XYZ 33.24 32.41 35.51 -
YUV 155.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 170 149 155 0 0.12 0.09 0.33 342.86 0.11 0.63
Hex AA 95 9B 0 C 9 21 157 B 3F
Octal 252 225 233 0 14 11 41 527 13 77
Binary 10101010 10010101 10011011 0 1100 1001 100001 101010111 1011 111111

Color Harmonies of #AA959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA959B

Black with #AA959B

Text Example


Text Example

White with #AA959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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