#A39199

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

Shades of Shady Lady #A39199

Tints of Shady Lady #A39199

Color information

#A39199 (or 0xA39199) is unknown color: approx Shady Lady. HEX triplet: A3, 91 and 99. RGB value is (163,145,153). Sum of RGB (Red+Green+Blue) = 163+145+153=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39199 is #5C6E66. Grayscale: #979797. Windows color (decimal): -6057575 or 10064291. OLE color: 10064291.

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

Color convert

RGB163145153-
CMYK00.110.060.36
HSL333.33º8.91%60.39%-
HSV(B)333.33º11.04%63.92%-
XYZ30.9830.3434.36-
YUV151.29128.96136.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=35.36%
G=31.45%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314515300.110.060.36333.338.9160.39
HexA391990B62414d93c
Octal2432212310136445151174
Binary101000111001000110011001010111101001001010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39199; }

 p { color: rgb(163,145,153); }

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

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

 a { background-color: rgb(163,145,153); }

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

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

 span { border-color: rgb(163,145,153); }

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