#A2949A

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

Shades of Shady Lady #A2949A

Tints of Shady Lady #A2949A

Color information

#A2949A (or 0xA2949A) is unknown color: approx Shady Lady. HEX triplet: A2, 94 and 9A. RGB value is (162,148,154). Sum of RGB (Red+Green+Blue) = 162+148+154=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A2949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2949A is #5D6B65. Grayscale: #989898. Windows color (decimal): -6122342 or 10130594. OLE color: 10130594.

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

Color convert

RGB162148154-
CMYK00.090.050.36
HSL334.29º7%60.78%-
HSV(B)334.29º8.64%63.53%-
XYZ31.3231.1934.94-
YUV152.87128.64134.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=34.91%
G=31.90%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214815400.090.050.36334.29760.78
HexA2949A0952414e73d
Octal242224232011544516775
Binary10100010100101001001101001001101100100101001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2949A; }

 p { color: rgb(162,148,154); }

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

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

 a { background-color: rgb(162,148,154); }

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

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

 span { border-color: rgb(162,148,154); }

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