#A29094

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

Shades of Shady Lady #A29094

Tints of Shady Lady #A29094

Color information

#A29094 (or 0xA29094) is unknown color: approx Shady Lady. HEX triplet: A2, 90 and 94. RGB value is (162,144,148). Sum of RGB (Red+Green+Blue) = 162+144+148=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A29094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29094 is #5D6F6B. Grayscale: #959595. Windows color (decimal): -6123372 or 9736354. OLE color: 9736354.

HSL color Cylindrical-coordinate representation of color #A29094: hue angle of 346.67º 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 #A29094 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162144148-
CMYK00.110.090.36
HSL346.67º8.82%60%-
HSV(B)346.67º11.11%63.53%-
XYZ30.2229.7732.17-
YUV149.84126.96136.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=35.68%
G=31.72%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214414800.110.090.36346.678.8260
HexA290940B92415b93c
Octal24222022401311445331174
Binary1010001010010000100101000101110011001001010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29094; }

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

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

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

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

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

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

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

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