#A499A0

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

Shades of Shady Lady #A499A0

Tints of Shady Lady #A499A0

Color information

#A499A0 (or 0xA499A0) is unknown color: approx Shady Lady. HEX triplet: A4, 99 and A0. RGB value is (164,153,160). Sum of RGB (Red+Green+Blue) = 164+153+160=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A499A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A0 is #5B665F. Grayscale: #9D9D9D. Windows color (decimal): -5989984 or 10525092. OLE color: 10525092.

HSL color Cylindrical-coordinate representation of color #A499A0: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A499A0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164153160-
CMYK00.070.020.36
HSL321.82º5.7%62.16%-
HSV(B)321.82º6.71%64.31%-
XYZ33.0533.2137.93-
YUV157.09129.64132.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=34.38%
G=32.08%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415316000.070.020.36321.825.762.16
HexA499A00722414263e
Octal24423124007244502676
Binary101001001001100110100000011110100100101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499A0; }

 p { color: rgb(164,153,160); }

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

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

 a { background-color: rgb(164,153,160); }

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

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

 span { border-color: rgb(164,153,160); }

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