#A29B9F

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

Shades of Shady Lady #A29B9F

Tints of Shady Lady #A29B9F

Color information

#A29B9F (or 0xA29B9F) is unknown color: approx Shady Lady. HEX triplet: A2, 9B and 9F. RGB value is (162,155,159). Sum of RGB (Red+Green+Blue) = 162+155+159=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B9F is #5D6460. Grayscale: #9D9D9D. Windows color (decimal): -6120545 or 10460066. OLE color: 10460066.

HSL color Cylindrical-coordinate representation of color #A29B9F: hue angle of 325.71º degrees, saturation: 0.04, 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 #A29B9F is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162155159-
CMYK00.040.020.36
HSL325.71º3.63%62.16%-
HSV(B)325.71º4.32%63.53%-
XYZ32.8833.6337.56-
YUV157.55128.82131.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=34.03%
G=32.56%
B=33.40%

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
Decimal16215515900.040.020.36325.713.6362.16
HexA29B9F0422414643e
Octal24223323704244506476
Binary101000101001101110011111010010100100101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B9F; }

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

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

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

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

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

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

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

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