#A29099

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

Shades of Shady Lady #A29099

Tints of Shady Lady #A29099

Color information

#A29099 (or 0xA29099) is unknown color: approx Shady Lady. HEX triplet: A2, 90 and 99. RGB value is (162,144,153). Sum of RGB (Red+Green+Blue) = 162+144+153=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29099 is #5D6F66. Grayscale: #969696. Windows color (decimal): -6123367 or 10064034. OLE color: 10064034.

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

Color convert

RGB162144153-
CMYK00.110.060.36
HSL330º8.82%60%-
HSV(B)330º11.11%63.53%-
XYZ30.6229.9334.3-
YUV150.41129.46136.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=35.29%
G=31.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214415300.110.060.363308.8260
HexA290990B62414a93c
Octal2422202310136445121174
Binary101000101001000010011001010111101001001010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29099; }

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

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

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

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

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

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

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

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