#A5939E

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

Shades of Shady Lady #A5939E

Tints of Shady Lady #A5939E

Color information

#A5939E (or 0xA5939E) is unknown color: approx Shady Lady. HEX triplet: A5, 93 and 9E. RGB value is (165,147,158). Sum of RGB (Red+Green+Blue) = 165+147+158=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5939E is #5A6C61. Grayscale: #999999. Windows color (decimal): -5925986 or 10392485. OLE color: 10392485.

HSL color Cylindrical-coordinate representation of color #A5939E: hue angle of 323.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5939E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165147158-
CMYK00.110.040.35
HSL323.33º9.09%61.18%-
HSV(B)323.33º10.91%64.71%-
XYZ32.1231.3436.7-
YUV153.64130.46136.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=35.11%
G=31.28%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514715800.110.040.35323.339.0961.18
HexA5939E0B42314393d
Octal2452232360134435031175
Binary101001011001001110011110010111001000111010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5939E; }

 p { color: rgb(165,147,158); }

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

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

 a { background-color: rgb(165,147,158); }

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

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

 span { border-color: rgb(165,147,158); }

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