#A3979E

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

Shades of Shady Lady #A3979E

Tints of Shady Lady #A3979E

Color information

#A3979E (or 0xA3979E) is unknown color: approx Shady Lady. HEX triplet: A3, 97 and 9E. RGB value is (163,151,158). Sum of RGB (Red+Green+Blue) = 163+151+158=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 163 - color contains mainly: red. Hex color #A3979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3979E is #5C6861. Grayscale: #9B9B9B. Windows color (decimal): -6056034 or 10393507. OLE color: 10393507.

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

Color convert

RGB163151158-
CMYK00.070.030.36
HSL325º6.12%61.57%-
HSV(B)325º7.36%63.92%-
XYZ32.3432.3936.89-
YUV155.39129.48133.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=34.53%
G=31.99%
B=33.47%

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
Decimal16315115800.070.030.363256.1261.57
HexA3979E0732414563e
Octal24322723607344505676
Binary101000111001011110011110011111100100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3979E; }

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

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

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

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

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

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

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

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