#A8959B

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

Shades of Shady Lady #A8959B

Tints of Shady Lady #A8959B

Color information

#A8959B (or 0xA8959B) is unknown color: approx Shady Lady. HEX triplet: A8, 95 and 9B. RGB value is (168,149,155). Sum of RGB (Red+Green+Blue) = 168+149+155=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959B is #576A64. Grayscale: #9B9B9B. Windows color (decimal): -5728869 or 10196392. OLE color: 10196392.

HSL color Cylindrical-coordinate representation of color #A8959B: hue angle of 341.05º 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 #A8959B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168149155-
CMYK00.110.080.34
HSL341.05º9.84%62.16%-
HSV(B)341.05º11.31%65.88%-
XYZ32.8132.1935.49-
YUV155.36127.79137.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=35.59%
G=31.57%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814915500.110.080.34341.059.8462.16
HexA8959B0B822155a3e
Octal25022523301310425251276
Binary1010100010010101100110110101110001000101010101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8959B; }

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

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

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

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

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

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

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

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