#A5939F

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

Shades of Shady Lady #A5939F

Tints of Shady Lady #A5939F

Color information

#A5939F (or 0xA5939F) is unknown color: approx Shady Lady. HEX triplet: A5, 93 and 9F. RGB value is (165,147,159). Sum of RGB (Red+Green+Blue) = 165+147+159=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5939F is #5A6C60. Grayscale: #999999. Windows color (decimal): -5925985 or 10458021. OLE color: 10458021.

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

Color convert

RGB165147159-
CMYK00.110.040.35
HSL320º9.09%61.18%-
HSV(B)320º10.91%64.71%-
XYZ32.2131.3737.16-
YUV153.75130.96136.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=35.03%
G=31.21%
B=33.76%

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
Decimal16514715900.110.040.353209.0961.18
HexA5939F0B42314093d
Octal2452232370134435001175
Binary101001011001001110011111010111001000111010000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5939F; }

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

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

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

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

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

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

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

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