#A29293

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

Shades of Shady Lady #A29293

Tints of Shady Lady #A29293

Color information

#A29293 (or 0xA29293) is unknown color: approx Shady Lady. HEX triplet: A2, 92 and 93. RGB value is (162,146,147). Sum of RGB (Red+Green+Blue) = 162+146+147=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29293 is #5D6D6C. Grayscale: #969696. Windows color (decimal): -6122861 or 9671330. OLE color: 9671330.

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

Color convert

RGB162146147-
CMYK00.100.090.36
HSL356.25º7.92%60.39%-
HSV(B)356.25º9.88%63.53%-
XYZ30.4530.3531.86-
YUV150.9125.8135.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=35.60%
G=32.09%
B=32.31%

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
Decimal16214614700.100.090.36356.257.9260.39
HexA292930A92416483c
Octal24222222301211445441074
Binary1010001010010010100100110101010011001001011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29293; }

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

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

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

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

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

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

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

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