#A09193

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

Shades of Shady Lady #A09193

Tints of Shady Lady #A09193

Color information

#A09193 (or 0xA09193) is unknown color: approx Shady Lady. HEX triplet: A0, 91 and 93. RGB value is (160,145,147). Sum of RGB (Red+Green+Blue) = 160+145+147=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A09193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09193 is #5F6E6C. Grayscale: #959595. Windows color (decimal): -6254189 or 9671072. OLE color: 9671072.

HSL color Cylindrical-coordinate representation of color #A09193: hue angle of 352º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09193 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160145147-
CMYK00.090.080.37
HSL352º7.32%59.8%-
HSV(B)352º9.38%62.75%-
XYZ29.8929.8331.79-
YUV149.71126.47135.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=35.40%
G=32.08%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014514700.090.080.373527.3259.8
HexA091930982516073c
Octal2402212230111045540774
Binary101000001001000110010011010011000100101101100000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09193; }

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

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

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

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

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

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

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

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