#A8959A

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

Shades of Shady Lady #A8959A

Tints of Shady Lady #A8959A

Color information

#A8959A (or 0xA8959A) is unknown color: approx Shady Lady. HEX triplet: A8, 95 and 9A. RGB value is (168,149,154). Sum of RGB (Red+Green+Blue) = 168+149+154=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959A is #576A65. Grayscale: #9B9B9B. Windows color (decimal): -5728870 or 10130856. OLE color: 10130856.

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

Color convert

RGB168149154-
CMYK00.110.080.34
HSL344.21º9.84%62.16%-
HSV(B)344.21º11.31%65.88%-
XYZ32.7332.1535.05-
YUV155.25127.29137.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=35.67%
G=31.63%
B=32.70%

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
Decimal16814915400.110.080.34344.219.8462.16
HexA8959A0B822158a3e
Octal25022523201310425301276
Binary1010100010010101100110100101110001000101010110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8959A; }

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

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

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

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

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

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

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

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