#A8989E

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

Shades of Shady Lady #A8989E

Tints of Shady Lady #A8989E

Color information

#A8989E (or 0xA8989E) is unknown color: approx Shady Lady. HEX triplet: A8, 98 and 9E. RGB value is (168,152,158). Sum of RGB (Red+Green+Blue) = 168+152+158=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A8989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8989E is #576761. Grayscale: #9D9D9D. Windows color (decimal): -5728098 or 10393768. OLE color: 10393768.

HSL color Cylindrical-coordinate representation of color #A8989E: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8989E is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB168152158-
CMYK00.100.060.34
HSL337.5º8.42%62.75%-
HSV(B)337.5º9.52%65.88%-
XYZ33.5533.2537-
YUV157.47128.3135.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=35.15%
G=31.80%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815215800.100.060.34337.58.4262.75
HexA8989E0A62215283f
Octal2502302360126425221077
Binary101010001001100010011110010101101000101010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8989E; }

 p { color: rgb(168,152,158); }

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

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

 a { background-color: rgb(168,152,158); }

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

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

 span { border-color: rgb(168,152,158); }

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