#A29193

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

Shades of Shady Lady #A29193

Tints of Shady Lady #A29193

Color information

#A29193 (or 0xA29193) is unknown color: approx Shady Lady. HEX triplet: A2, 91 and 93. RGB value is (162,145,147). Sum of RGB (Red+Green+Blue) = 162+145+147=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A29193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29193 is #5D6E6C. Grayscale: #969696. Windows color (decimal): -6123117 or 9671074. OLE color: 9671074.

HSL color Cylindrical-coordinate representation of color #A29193: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29193 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162145147-
CMYK00.100.090.36
HSL352.94º8.37%60.2%-
HSV(B)352.94º10.49%63.53%-
XYZ30.2930.0431.81-
YUV150.31126.13136.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=35.68%
G=31.94%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214514700.100.090.36352.948.3760.2
HexA291930A92416183c
Octal24222122301211445411074
Binary1010001010010001100100110101010011001001011000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29193; }

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

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

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

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

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

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

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

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