#A29D9F

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

Shades of Shady Lady #A29D9F

Tints of Shady Lady #A29D9F

Color information

#A29D9F (or 0xA29D9F) is unknown color: approx Shady Lady. HEX triplet: A2, 9D and 9F. RGB value is (162,157,159). Sum of RGB (Red+Green+Blue) = 162+157+159=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D9F is #5D6260. Grayscale: #9E9E9E. Windows color (decimal): -6120033 or 10460578. OLE color: 10460578.

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

Color convert

RGB162157159-
CMYK00.030.020.36
HSL336º2.62%62.55%-
HSV(B)336º3.09%63.53%-
XYZ33.2234.337.67-
YUV158.72128.16130.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=33.89%
G=32.85%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215715900.030.020.363362.6262.55
HexA29D9F0322415033f
Octal24223523703244520377
Binary1010001010011101100111110111010010010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D9F; }

 p { color: rgb(162,157,159); }

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

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

 a { background-color: rgb(162,157,159); }

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

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

 span { border-color: rgb(162,157,159); }

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