#A58C91

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

Shades of Shady Lady #A58C91

Tints of Shady Lady #A58C91

Color information

#A58C91 (or 0xA58C91) is unknown color: approx Shady Lady. HEX triplet: A5, 8C and 91. RGB value is (165,140,145). Sum of RGB (Red+Green+Blue) = 165+140+145=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C91 is #5A736E. Grayscale: #949494. Windows color (decimal): -5927791 or 9538725. OLE color: 9538725.

HSL color Cylindrical-coordinate representation of color #A58C91: hue angle of 348º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A58C91 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165140145-
CMYK00.150.120.35
HSL348º12.2%59.8%-
HSV(B)348º15.15%64.71%-
XYZ30.0128.830.77-
YUV148.04126.28140.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=36.67%
G=31.11%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514014500.150.120.3534812.259.8
HexA58C910FC2315cc3c
Octal24521422101714435341474
Binary1010010110001100100100010111111001000111010111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C91; }

 p { color: rgb(165,140,145); }

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

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

 a { background-color: rgb(165,140,145); }

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

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

 span { border-color: rgb(165,140,145); }

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