Html Css Color HEX #A4959D Shady Lady

📋 copy color: '#A4959D'

red 164 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #A4959D

Tints of Shady Lady #A4959D

RGB

 RED value IS 164 (64.45% from 255) = 34.89%

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

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

R = 34.89%
G = 31.7%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4959D (or 0xA4959D) is known color: Shady Lady. HEX triplet: A4, 95 and 9D. RGB value is (164,149,157). Sum of RGB (Red+Green+Blue) = 164+149+157=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4959D is #5B6A62. Grayscale: #9A9A9A. Windows color (decimal): -5991011 or 10327460. OLE color: 10327460.

HSL color Cylindrical-coordinate representation of color #A4959D: hue angle of 328º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4959D is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 157 -
CMYK 0 0.09 0.04 0.36
HSL 328º 0.08% 0.61% -
HSV(B) 328º 0.09% 0.64% -
XYZ 32.14 31.82 36.35 -
YUV 154.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 164 149 157 0 0.09 0.04 0.36 328 0.08 0.61
Hex A4 95 9D 0 9 4 24 148 8 3D
Octal 244 225 235 0 11 4 44 510 10 75
Binary 10100100 10010101 10011101 0 1001 100 100100 101001000 1000 111101

Color Harmonies of #A4959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4959D

Black with #A4959D

Text Example


Text Example

White with #A4959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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