Html Css Color HEX #A5959A Shady Lady

📋 copy color: '#A5959A'

red 165 ◦ green 149 ◦ blue 154

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

Shades of Shady Lady #A5959A

Tints of Shady Lady #A5959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 35.26%
G = 31.84%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5959A (or 0xA5959A) is known color: Shady Lady. HEX triplet: A5, 95 and 9A. RGB value is (165,149,154). Sum of RGB (Red+Green+Blue) = 165+149+154=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5959A is #5A6A65. Grayscale: #9A9A9A. Windows color (decimal): -5925478 or 10130853. OLE color: 10130853.

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

Color convert

RGB 165 149 154 -
CMYK 0 0.10 0.07 0.35
HSL 341.25º 0.08% 0.62% -
HSV(B) 341.25º 0.1% 0.65% -
XYZ 32.1 31.83 35.02 -
YUV 154.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 165 149 154 0 0.10 0.07 0.35 341.25 0.08 0.62
Hex A5 95 9A 0 A 7 23 155 8 3E
Octal 245 225 232 0 12 7 43 525 10 76
Binary 10100101 10010101 10011010 0 1010 111 100011 101010101 1000 111110

Color Harmonies of #A5959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5959A

Black with #A5959A

Text Example


Text Example

White with #A5959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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