Html Css Color HEX #A5949E Shady Lady

📋 copy color: '#A5949E'

red 165 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #A5949E

Tints of Shady Lady #A5949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 35.03%
G = 31.42%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5949E (or 0xA5949E) is known color: Shady Lady. HEX triplet: A5, 94 and 9E. RGB value is (165,148,158). Sum of RGB (Red+Green+Blue) = 165+148+158=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5949E is #5A6B61. Grayscale: #9A9A9A. Windows color (decimal): -5925730 or 10392741. OLE color: 10392741.

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

Color convert

RGB 165 148 158 -
CMYK 0 0.10 0.04 0.35
HSL 324.71º 0.09% 0.61% -
HSV(B) 324.71º 0.1% 0.65% -
XYZ 32.28 31.65 36.76 -
YUV 154.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 165 148 158 0 0.10 0.04 0.35 324.71 0.09 0.61
Hex A5 94 9E 0 A 4 23 145 9 3D
Octal 245 224 236 0 12 4 43 505 11 75
Binary 10100101 10010100 10011110 0 1010 100 100011 101000101 1001 111101

Color Harmonies of #A5949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5949E

Black with #A5949E

Text Example


Text Example

White with #A5949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5949E; }

 p { color: rgb(165,148,158); }

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

background-color css

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

 a { background-color: rgb(165,148,158); }

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

border-color css

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

 span { border-color: rgb(165,148,158); }

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