#A2979D

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

Shades of Shady Lady #A2979D

Tints of Shady Lady #A2979D

Color information

#A2979D (or 0xA2979D) is unknown color: approx Shady Lady. HEX triplet: A2, 97 and 9D. RGB value is (162,151,157). Sum of RGB (Red+Green+Blue) = 162+151+157=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A2979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2979D is #5D6862. Grayscale: #9A9A9A. Windows color (decimal): -6121571 or 10327970. OLE color: 10327970.

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

Color convert

RGB162151157-
CMYK00.070.030.36
HSL327.27º5.58%61.37%-
HSV(B)327.27º6.79%63.53%-
XYZ32.0532.2536.43-
YUV154.97129.14133.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=34.47%
G=32.13%
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
Decimal16215115700.070.030.36327.275.5861.37
HexA2979D0732414763d
Octal24222723507344507675
Binary101000101001011110011101011111100100101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2979D; }

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

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

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

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

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

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

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

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