#A29397

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

Shades of Shady Lady #A29397

Tints of Shady Lady #A29397

Color information

#A29397 (or 0xA29397) is unknown color: approx Shady Lady. HEX triplet: A2, 93 and 97. RGB value is (162,147,151). Sum of RGB (Red+Green+Blue) = 162+147+151=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29397 is #5D6C68. Grayscale: #979797. Windows color (decimal): -6122601 or 9933730. OLE color: 9933730.

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

Color convert

RGB162147151-
CMYK00.090.070.36
HSL344º7.46%60.59%-
HSV(B)344º9.26%63.53%-
XYZ30.9230.7833.59-
YUV151.94127.47135.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=35.22%
G=31.96%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214715100.090.070.363447.4660.59
HexA293970972415873d
Octal242223227011744530775
Binary10100010100100111001011101001111100100101011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29397; }

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

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

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

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

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

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

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

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