Html Css Color HEX #A9949E Shady Lady

📋 copy color: '#A9949E'

red 169 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #A9949E

Tints of Shady Lady #A9949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 35.58%
G = 31.16%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9949E (or 0xA9949E) is known color: Shady Lady. HEX triplet: A9, 94 and 9E. RGB value is (169,148,158). Sum of RGB (Red+Green+Blue) = 169+148+158=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9949E is #566B61. Grayscale: #9B9B9B. Windows color (decimal): -5663586 or 10392745. OLE color: 10392745.

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

Color convert

RGB 169 148 158 -
CMYK 0 0.12 0.07 0.34
HSL 331.43º 0.11% 0.62% -
HSV(B) 331.43º 0.12% 0.66% -
XYZ 33.12 32.08 36.79 -
YUV 155.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 169 148 158 0 0.12 0.07 0.34 331.43 0.11 0.62
Hex A9 94 9E 0 C 7 22 14B B 3E
Octal 251 224 236 0 14 7 42 513 13 76
Binary 10101001 10010100 10011110 0 1100 111 100010 101001011 1011 111110

Color Harmonies of #A9949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9949E

Black with #A9949E

Text Example


Text Example

White with #A9949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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