#A58992

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

Shades of Shady Lady #A58992

Tints of Shady Lady #A58992

Color information

#A58992 (or 0xA58992) is unknown color: approx Shady Lady. HEX triplet: A5, 89 and 92. RGB value is (165,137,146). Sum of RGB (Red+Green+Blue) = 165+137+146=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A58992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58992 is #5A766D. Grayscale: #929292. Windows color (decimal): -5928558 or 9603493. OLE color: 9603493.

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

Color convert

RGB165137146-
CMYK00.170.120.35
HSL340.71º13.46%59.22%-
HSV(B)340.71º16.97%64.71%-
XYZ29.6527.9731.03-
YUV146.4127.78141.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=36.83%
G=30.58%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513714600.170.120.35340.7113.4659.22
HexA58992011C23155d3b
Octal24521122202114435251573
Binary10100101100010011001001001000111001000111010101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58992; }

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

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

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

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

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

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

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

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