#A29DA0

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

Shades of Shady Lady #A29DA0

Tints of Shady Lady #A29DA0

Color information

#A29DA0 (or 0xA29DA0) is unknown color: approx Shady Lady. HEX triplet: A2, 9D and A0. RGB value is (162,157,160). Sum of RGB (Red+Green+Blue) = 162+157+160=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 162 - color contains mainly: red. Hex color #A29DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29DA0 is #5D625F. Grayscale: #9E9E9E. Windows color (decimal): -6120032 or 10526114. OLE color: 10526114.

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

Color convert

RGB162157160-
CMYK00.030.010.36
HSL324º2.62%62.55%-
HSV(B)324º3.09%63.53%-
XYZ33.334.3338.13-
YUV158.84128.66130.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=33.82%
G=32.78%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215716000.030.010.363242.6262.55
HexA29DA00312414433f
Octal24223524003144504377
Binary101000101001110110100000011110010010100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DA0; }

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

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

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

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

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

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

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

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