#A59499

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

Shades of Shady Lady #A59499

Tints of Shady Lady #A59499

Color information

#A59499 (or 0xA59499) is unknown color: approx Shady Lady. HEX triplet: A5, 94 and 99. RGB value is (165,148,153). Sum of RGB (Red+Green+Blue) = 165+148+153=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A59499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59499 is #5A6B66. Grayscale: #999999. Windows color (decimal): -5925735 or 10065061. OLE color: 10065061.

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

Color convert

RGB165148153-
CMYK00.100.070.35
HSL342.35º8.63%61.37%-
HSV(B)342.35º10.3%64.71%-
XYZ31.8631.4834.53-
YUV153.65127.63136.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=35.41%
G=31.76%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514815300.100.070.35342.358.6361.37
HexA594990A72315693d
Octal2452242310127435261175
Binary101001011001010010011001010101111000111010101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59499; }

 p { color: rgb(165,148,153); }

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

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

 a { background-color: rgb(165,148,153); }

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

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

 span { border-color: rgb(165,148,153); }

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