#A09D9E

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

Shades of Shady Lady #A09D9E

Tints of Shady Lady #A09D9E

Color information

#A09D9E (or 0xA09D9E) is unknown color: approx Shady Lady. HEX triplet: A0, 9D and 9E. RGB value is (160,157,158). Sum of RGB (Red+Green+Blue) = 160+157+158=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D9E is #5F6261. Grayscale: #9E9E9E. Windows color (decimal): -6251106 or 10395040. OLE color: 10395040.

HSL color Cylindrical-coordinate representation of color #A09D9E: hue angle of 340º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A09D9E is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160157158-
CMYK00.020.010.37
HSL340º1.55%62.16%-
HSV(B)340º1.88%62.75%-
XYZ32.7334.0637.2-
YUV158.01127.99129.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=33.68%
G=33.05%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015715800.020.010.373401.5562.16
HexA09D9E0212515423e
Octal24023523602145524276
Binary101000001001110110011110010110010110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D9E; }

 p { color: rgb(160,157,158); }

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

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

 a { background-color: rgb(160,157,158); }

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

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

 span { border-color: rgb(160,157,158); }

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