Html Css Color HEX #A5959B Shady Lady

📋 copy color: '#A5959B'

red 165 ◦ green 149 ◦ blue 155

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

Shades of Shady Lady #A5959B

Tints of Shady Lady #A5959B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 35.18%
G = 31.77%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5959B (or 0xA5959B) is known color: Shady Lady. HEX triplet: A5, 95 and 9B. RGB value is (165,149,155). Sum of RGB (Red+Green+Blue) = 165+149+155=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5959B is #5A6A64. Grayscale: #9A9A9A. Windows color (decimal): -5925477 or 10196389. OLE color: 10196389.

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

Color convert

RGB 165 149 155 -
CMYK 0 0.10 0.06 0.35
HSL 337.5º 0.08% 0.62% -
HSV(B) 337.5º 0.1% 0.65% -
XYZ 32.18 31.86 35.46 -
YUV 154.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 165 149 155 0 0.10 0.06 0.35 337.5 0.08 0.62
Hex A5 95 9B 0 A 6 23 152 8 3E
Octal 245 225 233 0 12 6 43 522 10 76
Binary 10100101 10010101 10011011 0 1010 110 100011 101010010 1000 111110

Color Harmonies of #A5959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5959B

Black with #A5959B

Text Example


Text Example

White with #A5959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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