#A59899

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

Shades of Shady Lady #A59899

Tints of Shady Lady #A59899

Color information

#A59899 (or 0xA59899) is unknown color: approx Shady Lady. HEX triplet: A5, 98 and 99. RGB value is (165,152,153). Sum of RGB (Red+Green+Blue) = 165+152+153=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A59899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59899 is #5A6766. Grayscale: #9C9C9C. Windows color (decimal): -5924711 or 10066085. OLE color: 10066085.

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

Color convert

RGB165152153-
CMYK00.080.070.35
HSL355.38º6.74%62.16%-
HSV(B)355.38º7.88%64.71%-
XYZ32.532.7634.75-
YUV156126.31134.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=35.11%
G=32.34%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515215300.080.070.35355.386.7462.16
HexA598990872316373e
Octal245230231010743543776
Binary10100101100110001001100101000111100011101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59899; }

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

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

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

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

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

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

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

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