#A29394

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

Shades of Shady Lady #A29394

Tints of Shady Lady #A29394

Color information

#A29394 (or 0xA29394) is unknown color: approx Shady Lady. HEX triplet: A2, 93 and 94. RGB value is (162,147,148). Sum of RGB (Red+Green+Blue) = 162+147+148=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A29394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29394 is #5D6C6B. Grayscale: #979797. Windows color (decimal): -6122604 or 9737122. OLE color: 9737122.

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

Color convert

RGB162147148-
CMYK00.090.090.36
HSL356º7.46%60.59%-
HSV(B)356º9.26%63.53%-
XYZ30.6830.6932.32-
YUV151.6125.97135.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=35.45%
G=32.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214714800.090.090.363567.4660.59
HexA293940992416473d
Octal2422232240111144544775
Binary101000101001001110010100010011001100100101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29394; }

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

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

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

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

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

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

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

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