#A39195

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

Shades of Shady Lady #A39195

Tints of Shady Lady #A39195

Color information

#A39195 (or 0xA39195) is unknown color: approx Shady Lady. HEX triplet: A3, 91 and 95. RGB value is (163,145,149). Sum of RGB (Red+Green+Blue) = 163+145+149=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A39195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39195 is #5C6E6A. Grayscale: #969696. Windows color (decimal): -6057579 or 9802147. OLE color: 9802147.

HSL color Cylindrical-coordinate representation of color #A39195: hue angle of 346.67º 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 #A39195 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163145149-
CMYK00.110.090.36
HSL346.67º8.91%60.39%-
HSV(B)346.67º11.04%63.92%-
XYZ30.6530.2132.65-
YUV150.84126.96136.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=35.67%
G=31.73%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314514900.110.090.36346.678.9160.39
HexA391950B92415b93c
Octal24322122501311445331174
Binary1010001110010001100101010101110011001001010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39195; }

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

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

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

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

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

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

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

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