#A2979B

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

Shades of Shady Lady #A2979B

Tints of Shady Lady #A2979B

Color information

#A2979B (or 0xA2979B) is unknown color: approx Shady Lady. HEX triplet: A2, 97 and 9B. RGB value is (162,151,155). Sum of RGB (Red+Green+Blue) = 162+151+155=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A2979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2979B is #5D6864. Grayscale: #9A9A9A. Windows color (decimal): -6121573 or 10196898. OLE color: 10196898.

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

Color convert

RGB162151155-
CMYK00.070.040.36
HSL338.18º5.58%61.37%-
HSV(B)338.18º6.79%63.53%-
XYZ31.8832.1835.54-
YUV154.74128.14133.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=34.62%
G=32.26%
B=33.12%

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
Decimal16215115500.070.040.36338.185.5861.37
HexA2979B0742415263d
Octal24222723307444522675
Binary1010001010010111100110110111100100100101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2979B; }

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

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

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

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

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

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

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

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