#A8959E

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

Shades of Shady Lady #A8959E

Tints of Shady Lady #A8959E

Color information

#A8959E (or 0xA8959E) is unknown color: approx Shady Lady. HEX triplet: A8, 95 and 9E. RGB value is (168,149,158). Sum of RGB (Red+Green+Blue) = 168+149+158=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959E is #576A61. Grayscale: #9B9B9B. Windows color (decimal): -5728866 or 10393000. OLE color: 10393000.

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

Color convert

RGB168149158-
CMYK00.110.060.34
HSL331.58º9.84%62.16%-
HSV(B)331.58º11.31%65.88%-
XYZ33.0732.2936.84-
YUV155.71129.29136.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=35.37%
G=31.37%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814915800.110.060.34331.589.8462.16
HexA8959E0B62214ca3e
Octal2502252360136425141276
Binary101010001001010110011110010111101000101010011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8959E; }

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

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

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

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

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

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

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

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