#A19399

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

Shades of Shady Lady #A19399

Tints of Shady Lady #A19399

Color information

#A19399 (or 0xA19399) is unknown color: approx Shady Lady. HEX triplet: A1, 93 and 99. RGB value is (161,147,153). Sum of RGB (Red+Green+Blue) = 161+147+153=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A19399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19399 is #5E6C66. Grayscale: #979797. Windows color (decimal): -6188135 or 10064801. OLE color: 10064801.

HSL color Cylindrical-coordinate representation of color #A19399: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19399 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161147153-
CMYK00.090.050.37
HSL334.29º6.93%60.39%-
HSV(B)334.29º8.7%63.14%-
XYZ30.8830.7434.44-
YUV151.87128.64134.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=34.92%
G=31.89%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114715300.090.050.37334.296.9360.39
HexA193990952514e73c
Octal241223231011545516774
Binary10100001100100111001100101001101100101101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19399; }

 p { color: rgb(161,147,153); }

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

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

 a { background-color: rgb(161,147,153); }

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

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

 span { border-color: rgb(161,147,153); }

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