#A3989E

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

Shades of Shady Lady #A3989E

Tints of Shady Lady #A3989E

Color information

#A3989E (or 0xA3989E) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9E. RGB value is (163,152,158). Sum of RGB (Red+Green+Blue) = 163+152+158=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989E is #5C6761. Grayscale: #9B9B9B. Windows color (decimal): -6055778 or 10393763. OLE color: 10393763.

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

Color convert

RGB163152158-
CMYK00.070.030.36
HSL327.27º5.64%61.76%-
HSV(B)327.27º6.75%63.92%-
XYZ32.532.7136.95-
YUV155.97129.14133.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=34.46%
G=32.14%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215800.070.030.36327.275.6461.76
HexA3989E0732414763e
Octal24323023607344507676
Binary101000111001100010011110011111100100101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989E; }

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

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

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

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

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

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

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

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