#A4919B

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

Shades of Shady Lady #A4919B

Tints of Shady Lady #A4919B

Color information

#A4919B (or 0xA4919B) is unknown color: approx Shady Lady. HEX triplet: A4, 91 and 9B. RGB value is (164,145,155). Sum of RGB (Red+Green+Blue) = 164+145+155=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A4919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4919B is #5B6E64. Grayscale: #979797. Windows color (decimal): -5992037 or 10195364. OLE color: 10195364.

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

Color convert

RGB164145155-
CMYK00.120.050.36
HSL328.42º9.45%60.59%-
HSV(B)328.42º11.59%64.31%-
XYZ31.3530.5135.25-
YUV151.82129.79136.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=35.34%
G=31.25%
B=33.41%

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
Decimal16414515500.120.050.36328.429.4560.59
HexA4919B0C52414893d
Octal2442212330145445101175
Binary101001001001000110011011011001011001001010010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4919B; }

 p { color: rgb(164,145,155); }

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

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

 a { background-color: rgb(164,145,155); }

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

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

 span { border-color: rgb(164,145,155); }

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