#A89199

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

Shades of Shady Lady #A89199

Tints of Shady Lady #A89199

Color information

#A89199 (or 0xA89199) is unknown color: approx Shady Lady. HEX triplet: A8, 91 and 99. RGB value is (168,145,153). Sum of RGB (Red+Green+Blue) = 168+145+153=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A89199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89199 is #576E66. Grayscale: #989898. Windows color (decimal): -5729895 or 10064296. OLE color: 10064296.

HSL color Cylindrical-coordinate representation of color #A89199: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89199 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168145153-
CMYK00.140.090.34
HSL339.13º11.68%61.37%-
HSV(B)339.13º13.69%65.88%-
XYZ32.0230.8834.41-
YUV152.79128.12138.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=36.05%
G=31.12%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814515300.140.090.34339.1311.6861.37
HexA891990E922153c3d
Octal25022123101611425231475
Binary1010100010010001100110010111010011000101010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89199; }

 p { color: rgb(168,145,153); }

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

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

 a { background-color: rgb(168,145,153); }

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

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

 span { border-color: rgb(168,145,153); }

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