#A2979E

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

Shades of Shady Lady #A2979E

Tints of Shady Lady #A2979E

Color information

#A2979E (or 0xA2979E) is unknown color: approx Shady Lady. HEX triplet: A2, 97 and 9E. RGB value is (162,151,158). Sum of RGB (Red+Green+Blue) = 162+151+158=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A2979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2979E is #5D6861. Grayscale: #9B9B9B. Windows color (decimal): -6121570 or 10393506. OLE color: 10393506.

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

Color convert

RGB162151158-
CMYK00.070.020.36
HSL321.82º5.58%61.37%-
HSV(B)321.82º6.79%63.53%-
XYZ32.1432.2836.89-
YUV155.09129.64132.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=34.39%
G=32.06%
B=33.55%

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
Decimal16215115800.070.020.36321.825.5861.37
HexA2979E0722414263d
Octal24222723607244502675
Binary101000101001011110011110011110100100101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2979E; }

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

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

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

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

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

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

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

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