#A0999E

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

Shades of Shady Lady #A0999E

Tints of Shady Lady #A0999E

Color information

#A0999E (or 0xA0999E) is unknown color: approx Shady Lady. HEX triplet: A0, 99 and 9E. RGB value is (160,153,158). Sum of RGB (Red+Green+Blue) = 160+153+158=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 160 - color contains mainly: red. Hex color #A0999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0999E is #5F6661. Grayscale: #9B9B9B. Windows color (decimal): -6252130 or 10394016. OLE color: 10394016.

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

Color convert

RGB160153158-
CMYK00.040.010.37
HSL317.14º3.55%61.37%-
HSV(B)317.14º4.37%62.75%-
XYZ32.0632.7236.97-
YUV155.66129.32131.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=33.97%
G=32.48%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015315800.040.010.37317.143.5561.37
HexA0999E0412513d43d
Octal24023123604145475475
Binary10100000100110011001111001001100101100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0999E; }

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

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

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

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

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

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

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

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