#A89C9E

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

Shades of Shady Lady #A89C9E

Tints of Shady Lady #A89C9E

Color information

#A89C9E (or 0xA89C9E) is unknown color: approx Shady Lady. HEX triplet: A8, 9C and 9E. RGB value is (168,156,158). Sum of RGB (Red+Green+Blue) = 168+156+158=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89C9E is #576361. Grayscale: #9F9F9F. Windows color (decimal): -5727074 or 10394792. OLE color: 10394792.

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

Color convert

RGB168156158-
CMYK00.070.060.34
HSL350º6.45%63.53%-
HSV(B)350º7.14%65.88%-
XYZ34.2134.5737.22-
YUV159.82126.98133.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=34.85%
G=32.37%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815615800.070.060.343506.4563.53
HexA89C9E0762215e640
Octal250234236076425366100
Binary10101000100111001001111001111101000101010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C9E; }

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

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

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

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

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

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

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

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