Html Css Color HEX #A5959C Shady Lady

📋 copy color: '#A5959C'

red 165 ◦ green 149 ◦ blue 156

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

Shades of Shady Lady #A5959C

Tints of Shady Lady #A5959C

RGB

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

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

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

R = 35.11%
G = 31.7%
B = 33.19%

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

#A5959C (or 0xA5959C) is known color: Shady Lady. HEX triplet: A5, 95 and 9C. RGB value is (165,149,156). Sum of RGB (Red+Green+Blue) = 165+149+156=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5959C is #5A6A63. Grayscale: #9A9A9A. Windows color (decimal): -5925476 or 10261925. OLE color: 10261925.

HSL color Cylindrical-coordinate representation of color #A5959C: hue angle of 333.75º 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 #A5959C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 156 -
CMYK 0 0.10 0.05 0.35
HSL 333.75º 0.08% 0.62% -
HSV(B) 333.75º 0.1% 0.65% -
XYZ 32.27 31.89 35.91 -
YUV 154.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 165 149 156 0 0.10 0.05 0.35 333.75 0.08 0.62
Hex A5 95 9C 0 A 5 23 14E 8 3E
Octal 245 225 234 0 12 5 43 516 10 76
Binary 10100101 10010101 10011100 0 1010 101 100011 101001110 1000 111110

Color Harmonies of #A5959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5959C

Black with #A5959C

Text Example


Text Example

White with #A5959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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