#A49099

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

Shades of Shady Lady #A49099

Tints of Shady Lady #A49099

Color information

#A49099 (or 0xA49099) is unknown color: approx Shady Lady. HEX triplet: A4, 90 and 99. RGB value is (164,144,153). Sum of RGB (Red+Green+Blue) = 164+144+153=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49099 is #5B6F66. Grayscale: #969696. Windows color (decimal): -5992295 or 10064036. OLE color: 10064036.

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

Color convert

RGB164144153-
CMYK00.120.070.36
HSL333º9.9%60.39%-
HSV(B)333º12.2%64.31%-
XYZ31.0330.1434.32-
YUV151.01129.13137.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=35.57%
G=31.24%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414415300.120.070.363339.960.39
HexA490990C72414da3c
Octal2442202310147445151274
Binary101001001001000010011001011001111001001010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49099; }

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

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

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

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

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

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

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

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