Html Css Color HEX #A5959D Shady Lady

📋 copy color: '#A5959D'

red 165 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #A5959D

Tints of Shady Lady #A5959D

RGB

 RED value IS 165 (64.84% from 255) = 35.03%

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

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

R = 35.03%
G = 31.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5959D (or 0xA5959D) is known color: Shady Lady. HEX triplet: A5, 95 and 9D. RGB value is (165,149,157). Sum of RGB (Red+Green+Blue) = 165+149+157=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5959D is #5A6A62. Grayscale: #9A9A9A. Windows color (decimal): -5925475 or 10327461. OLE color: 10327461.

HSL color Cylindrical-coordinate representation of color #A5959D: hue angle of 330º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5959D is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 157 -
CMYK 0 0.10 0.05 0.35
HSL 330º 0.08% 0.62% -
HSV(B) 330º 0.1% 0.65% -
XYZ 32.35 31.93 36.36 -
YUV 154.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 165 149 157 0 0.10 0.05 0.35 330 0.08 0.62
Hex A5 95 9D 0 A 5 23 14A 8 3E
Octal 245 225 235 0 12 5 43 512 10 76
Binary 10100101 10010101 10011101 0 1010 101 100011 101001010 1000 111110

Color Harmonies of #A5959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5959D

Black with #A5959D

Text Example


Text Example

White with #A5959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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