#A4909C

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

Shades of Shady Lady #A4909C

Tints of Shady Lady #A4909C

Color information

#A4909C (or 0xA4909C) is unknown color: approx Shady Lady. HEX triplet: A4, 90 and 9C. RGB value is (164,144,156). Sum of RGB (Red+Green+Blue) = 164+144+156=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A4909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4909C is #5B6F63. Grayscale: #979797. Windows color (decimal): -5992292 or 10260644. OLE color: 10260644.

HSL color Cylindrical-coordinate representation of color #A4909C: hue angle of 324º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4909C is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164144156-
CMYK00.120.050.36
HSL324º9.9%60.39%-
HSV(B)324º12.2%64.31%-
XYZ31.2830.2435.64-
YUV151.35130.63137.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=35.34%
G=31.03%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414415600.120.050.363249.960.39
HexA4909C0C524144a3c
Octal2442202340145445041274
Binary101001001001000010011100011001011001001010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4909C; }

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

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

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

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

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

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

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

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