#A58993

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

Shades of Shady Lady #A58993

Tints of Shady Lady #A58993

Color information

#A58993 (or 0xA58993) is unknown color: approx Shady Lady. HEX triplet: A5, 89 and 93. RGB value is (165,137,147). Sum of RGB (Red+Green+Blue) = 165+137+147=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A58993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58993 is #5A766C. Grayscale: #929292. Windows color (decimal): -5928557 or 9669029. OLE color: 9669029.

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

Color convert

RGB165137147-
CMYK00.170.110.35
HSL338.57º13.46%59.22%-
HSV(B)338.57º16.97%64.71%-
XYZ29.732831.44-
YUV146.51128.28141.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=36.75%
G=30.51%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513714700.170.110.35338.5713.4659.22
HexA58993011B23153d3b
Octal24521122302113435231573
Binary10100101100010011001001101000110111000111010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58993; }

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

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

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

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

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

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

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

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