#A29C9E

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

Shades of Shady Lady #A29C9E

Tints of Shady Lady #A29C9E

Color information

#A29C9E (or 0xA29C9E) is unknown color: approx Shady Lady. HEX triplet: A2, 9C and 9E. RGB value is (162,156,158). Sum of RGB (Red+Green+Blue) = 162+156+158=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C9E is #5D6361. Grayscale: #9E9E9E. Windows color (decimal): -6120290 or 10394786. OLE color: 10394786.

HSL color Cylindrical-coordinate representation of color #A29C9E: hue angle of 340º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A29C9E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162156158-
CMYK00.040.020.36
HSL340º3.12%62.35%-
HSV(B)340º3.7%63.53%-
XYZ32.9633.9337.16-
YUV158.02127.99130.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=34.03%
G=32.77%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215615800.040.020.363403.1262.35
HexA29C9E0422415433e
Octal24223423604244524376
Binary10100010100111001001111001001010010010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C9E; }

 p { color: rgb(162,156,158); }

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

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

 a { background-color: rgb(162,156,158); }

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

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

 span { border-color: rgb(162,156,158); }

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