Html Css Color HEX #A9959D Shady Lady

📋 copy color: '#A9959D'

red 169 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #A9959D

Tints of Shady Lady #A9959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 35.58%
G = 31.37%
B = 33.05%

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

#A9959D (or 0xA9959D) is known color: Shady Lady. HEX triplet: A9, 95 and 9D. RGB value is (169,149,157). Sum of RGB (Red+Green+Blue) = 169+149+157=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9959D is #566A62. Grayscale: #9B9B9B. Windows color (decimal): -5663331 or 10327465. OLE color: 10327465.

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

Color convert

RGB 169 149 157 -
CMYK 0 0.12 0.07 0.34
HSL 336º 0.1% 0.62% -
HSV(B) 336º 0.12% 0.66% -
XYZ 33.2 32.36 36.4 -
YUV 155.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 169 149 157 0 0.12 0.07 0.34 336 0.1 0.62
Hex A9 95 9D 0 C 7 22 150 A 3E
Octal 251 225 235 0 14 7 42 520 12 76
Binary 10101001 10010101 10011101 0 1100 111 100010 101010000 1010 111110

Color Harmonies of #A9959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9959D

Black with #A9959D

Text Example


Text Example

White with #A9959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9959D; }

 p { color: rgb(169,149,157); }

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

background-color css

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

 a { background-color: rgb(169,149,157); }

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

border-color css

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

 span { border-color: rgb(169,149,157); }

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