#A5909C

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

Shades of Shady Lady #A5909C

Tints of Shady Lady #A5909C

Color information

#A5909C (or 0xA5909C) is unknown color: approx Shady Lady. HEX triplet: A5, 90 and 9C. RGB value is (165,144,156). Sum of RGB (Red+Green+Blue) = 165+144+156=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909C is #5A6F63. Grayscale: #979797. Windows color (decimal): -5926756 or 10260645. OLE color: 10260645.

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

Color convert

RGB165144156-
CMYK00.130.050.35
HSL325.71º10.45%60.59%-
HSV(B)325.71º12.73%64.71%-
XYZ31.4930.3535.65-
YUV151.65130.46137.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=35.48%
G=30.97%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514415600.130.050.35325.7110.4560.59
HexA5909C0D523146a3d
Octal2452202340155435061275
Binary101001011001000010011100011011011000111010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5909C; }

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

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

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

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

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

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

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

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