Html Css Color HEX #A9949C Shady Lady

📋 copy color: '#A9949C'

red 169 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #A9949C

Tints of Shady Lady #A9949C

RGB

 RED value IS 169 (66.41% from 255) = 35.73%

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

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 35.73%
G = 31.29%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9949C (or 0xA9949C) is known color: Shady Lady. HEX triplet: A9, 94 and 9C. RGB value is (169,148,156). Sum of RGB (Red+Green+Blue) = 169+148+156=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A9949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9949C is #566B63. Grayscale: #9B9B9B. Windows color (decimal): -5663588 or 10261673. OLE color: 10261673.

HSL color Cylindrical-coordinate representation of color #A9949C: hue angle of 337.14º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9949C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 156 -
CMYK 0 0.12 0.08 0.34
HSL 337.14º 0.11% 0.62% -
HSV(B) 337.14º 0.12% 0.66% -
XYZ 32.95 32.02 35.9 -
YUV 155.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 169 148 156 0 0.12 0.08 0.34 337.14 0.11 0.62
Hex A9 94 9C 0 C 8 22 151 B 3E
Octal 251 224 234 0 14 10 42 521 13 76
Binary 10101001 10010100 10011100 0 1100 1000 100010 101010001 1011 111110

Color Harmonies of #A9949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9949C

Black with #A9949C

Text Example


Text Example

White with #A9949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9949C; }

 p { color: rgb(169,148,156); }

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

background-color css

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

 a { background-color: rgb(169,148,156); }

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

border-color css

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

 span { border-color: rgb(169,148,156); }

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