#A3989F

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

Shades of Shady Lady #A3989F

Tints of Shady Lady #A3989F

Color information

#A3989F (or 0xA3989F) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9F. RGB value is (163,152,159). Sum of RGB (Red+Green+Blue) = 163+152+159=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989F is #5C6760. Grayscale: #9C9C9C. Windows color (decimal): -6055777 or 10459299. OLE color: 10459299.

HSL color Cylindrical-coordinate representation of color #A3989F: hue angle of 321.82º 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 #A3989F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163152159-
CMYK00.070.020.36
HSL321.82º5.64%61.76%-
HSV(B)321.82º6.75%63.92%-
XYZ32.5932.7537.4-
YUV156.09129.64132.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=34.39%
G=32.07%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215900.070.020.36321.825.6461.76
HexA3989F0722414263e
Octal24323023707244502676
Binary101000111001100010011111011110100100101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989F; }

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

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

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

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

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

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

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

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