#A59699

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

Shades of Shady Lady #A59699

Tints of Shady Lady #A59699

Color information

#A59699 (or 0xA59699) is unknown color: approx Shady Lady. HEX triplet: A5, 96 and 99. RGB value is (165,150,153). Sum of RGB (Red+Green+Blue) = 165+150+153=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59699 is #5A6966. Grayscale: #9A9A9A. Windows color (decimal): -5925223 or 10065573. OLE color: 10065573.

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

Color convert

RGB165150153-
CMYK00.090.070.35
HSL348º7.69%61.76%-
HSV(B)348º9.09%64.71%-
XYZ32.1732.1134.64-
YUV154.83126.97135.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=35.26%
G=32.05%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515015300.090.070.353487.6961.76
HexA596990972315c83e
Octal2452262310117435341076
Binary101001011001011010011001010011111000111010111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59699; }

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

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

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

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

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

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

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

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