#A09B9E

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

Shades of Shady Lady #A09B9E

Tints of Shady Lady #A09B9E

Color information

#A09B9E (or 0xA09B9E) is unknown color: approx Shady Lady. HEX triplet: A0, 9B and 9E. RGB value is (160,155,158). Sum of RGB (Red+Green+Blue) = 160+155+158=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B9E is #5F6461. Grayscale: #9C9C9C. Windows color (decimal): -6251618 or 10394528. OLE color: 10394528.

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

Color convert

RGB160155158-
CMYK00.030.010.37
HSL324º2.56%61.76%-
HSV(B)324º3.12%62.75%-
XYZ32.3933.3837.08-
YUV156.84128.66130.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=33.83%
G=32.77%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015515800.030.010.373242.5661.76
HexA09B9E0312514433e
Octal24023323603145504376
Binary101000001001101110011110011110010110100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B9E; }

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

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

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

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

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

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

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

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