#A3989D

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

Shades of Shady Lady #A3989D

Tints of Shady Lady #A3989D

Color information

#A3989D (or 0xA3989D) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9D. RGB value is (163,152,157). Sum of RGB (Red+Green+Blue) = 163+152+157=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989D is #5C6762. Grayscale: #9B9B9B. Windows color (decimal): -6055779 or 10328227. OLE color: 10328227.

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

Color convert

RGB163152157-
CMYK00.070.040.36
HSL332.73º5.64%61.76%-
HSV(B)332.73º6.75%63.92%-
XYZ32.4232.6836.5-
YUV155.86128.64133.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=34.53%
G=32.20%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215700.070.040.36332.735.6461.76
HexA3989D0742414d63e
Octal24323023507444515676
Binary1010001110011000100111010111100100100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989D; }

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

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

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

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

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

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

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

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