#A39395

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

Shades of Shady Lady #A39395

Tints of Shady Lady #A39395

Color information

#A39395 (or 0xA39395) is unknown color: approx Shady Lady. HEX triplet: A3, 93 and 95. RGB value is (163,147,149). Sum of RGB (Red+Green+Blue) = 163+147+149=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39395 is #5C6C6A. Grayscale: #989898. Windows color (decimal): -6057067 or 9802659. OLE color: 9802659.

HSL color Cylindrical-coordinate representation of color #A39395: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39395 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163147149-
CMYK00.100.090.36
HSL352.5º8%60.78%-
HSV(B)352.5º9.82%63.92%-
XYZ30.9630.8232.75-
YUV152.01126.3135.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=35.51%
G=32.03%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314714900.100.090.36352.5860.78
HexA393950A92416183d
Octal24322322501211445411075
Binary1010001110010011100101010101010011001001011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39395; }

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

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

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

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

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

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

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

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