Html Css Color HEX #AA949B Shady Lady

📋 copy color: '#AA949B'

red 170 ◦ green 148 ◦ blue 155

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

Shades of Shady Lady #AA949B

Tints of Shady Lady #AA949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 35.94%
G = 31.29%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA949B (or 0xAA949B) is known color: Shady Lady. HEX triplet: AA, 94 and 9B. RGB value is (170,148,155). Sum of RGB (Red+Green+Blue) = 170+148+155=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949B is #556B64. Grayscale: #9B9B9B. Windows color (decimal): -5598053 or 10196138. OLE color: 10196138.

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

Color convert

RGB 170 148 155 -
CMYK 0 0.13 0.09 0.33
HSL 340.91º 0.11% 0.62% -
HSV(B) 340.91º 0.13% 0.67% -
XYZ 33.08 32.09 35.46 -
YUV 155.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 170 148 155 0 0.13 0.09 0.33 340.91 0.11 0.62
Hex AA 94 9B 0 D 9 21 155 B 3E
Octal 252 224 233 0 15 11 41 525 13 76
Binary 10101010 10010100 10011011 0 1101 1001 100001 101010101 1011 111110

Color Harmonies of #AA949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA949B

Black with #AA949B

Text Example


Text Example

White with #AA949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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