#A1949D

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

Shades of Shady Lady #A1949D

Tints of Shady Lady #A1949D

Color information

#A1949D (or 0xA1949D) is unknown color: approx Shady Lady. HEX triplet: A1, 94 and 9D. RGB value is (161,148,157). Sum of RGB (Red+Green+Blue) = 161+148+157=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A1949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1949D is #5E6B62. Grayscale: #989898. Windows color (decimal): -6187875 or 10327201. OLE color: 10327201.

HSL color Cylindrical-coordinate representation of color #A1949D: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1949D is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161148157-
CMYK00.080.020.37
HSL318.46º6.47%60.59%-
HSV(B)318.46º8.07%63.14%-
XYZ31.3731.1936.27-
YUV152.91130.31133.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=34.55%
G=31.76%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114815700.080.020.37318.466.4760.59
HexA1949D0822513e63d
Octal241224235010245476675
Binary1010000110010100100111010100010100101100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1949D; }

 p { color: rgb(161,148,157); }

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

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

 a { background-color: rgb(161,148,157); }

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

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

 span { border-color: rgb(161,148,157); }

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