#A7919D

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

Shades of Shady Lady #A7919D

Tints of Shady Lady #A7919D

Color information

#A7919D (or 0xA7919D) is unknown color: approx Shady Lady. HEX triplet: A7, 91 and 9D. RGB value is (167,145,157). Sum of RGB (Red+Green+Blue) = 167+145+157=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A7919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7919D is #586E62. Grayscale: #989898. Windows color (decimal): -5795427 or 10326439. OLE color: 10326439.

HSL color Cylindrical-coordinate representation of color #A7919D: hue angle of 327.27º degrees, saturation: 0.11, 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 #A7919D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB167145157-
CMYK00.130.060.35
HSL327.27º11.11%61.18%-
HSV(B)327.27º13.17%65.49%-
XYZ32.1530.936.17-
YUV152.95130.29138.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=35.61%
G=30.92%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714515700.130.060.35327.2711.1161.18
HexA7919D0D623147b3d
Octal2472212350156435071375
Binary101001111001000110011101011011101000111010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7919D; }

 p { color: rgb(167,145,157); }

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

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

 a { background-color: rgb(167,145,157); }

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

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

 span { border-color: rgb(167,145,157); }

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