#A29093

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

Shades of Shady Lady #A29093

Tints of Shady Lady #A29093

Color information

#A29093 (or 0xA29093) is unknown color: approx Shady Lady. HEX triplet: A2, 90 and 93. RGB value is (162,144,147). Sum of RGB (Red+Green+Blue) = 162+144+147=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29093 is #5D6F6C. Grayscale: #959595. Windows color (decimal): -6123373 or 9670818. OLE color: 9670818.

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

Color convert

RGB162144147-
CMYK00.110.090.36
HSL350º8.82%60%-
HSV(B)350º11.11%63.53%-
XYZ30.1429.7331.75-
YUV149.72126.46136.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=35.76%
G=31.79%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214414700.110.090.363508.8260
HexA290930B92415e93c
Octal24222022301311445361174
Binary1010001010010000100100110101110011001001010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29093; }

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

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

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

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

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

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

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

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