#A5949C

Color #A5949C Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A5949C

Tints of Shady Lady #A5949C

Color information

#A5949C (or 0xA5949C) is unknown color: approx Shady Lady. HEX triplet: A5, 94 and 9C. RGB value is (165,148,156). Sum of RGB (Red+Green+Blue) = 165+148+156=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5949C is #5A6B63. Grayscale: #999999. Windows color (decimal): -5925732 or 10261669. OLE color: 10261669.

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

Color convert

RGB165148156-
CMYK00.100.050.35
HSL331.76º8.63%61.37%-
HSV(B)331.76º10.3%64.71%-
XYZ32.1131.5835.86-
YUV153.99129.13135.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=35.18%
G=31.56%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514815600.100.050.35331.768.6361.37
HexA5949C0A52314c93d
Octal2452242340125435141175
Binary101001011001010010011100010101011000111010011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5949C; }

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

 H1.HeaderClassName
 {
   color: #A5949C;
 }
 .AnyTagClassName
 {
   color: #A5949C;
 }
</style>
background-color css

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

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

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

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

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

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