#A7949A

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

Shades of Shady Lady #A7949A

Tints of Shady Lady #A7949A

Color information

#A7949A (or 0xA7949A) is unknown color: approx Shady Lady. HEX triplet: A7, 94 and 9A. RGB value is (167,148,154). Sum of RGB (Red+Green+Blue) = 167+148+154=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A7949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7949A is #586B65. Grayscale: #9A9A9A. Windows color (decimal): -5794662 or 10130599. OLE color: 10130599.

HSL color Cylindrical-coordinate representation of color #A7949A: hue angle of 341.05º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7949A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167148154-
CMYK00.110.080.35
HSL341.05º9.74%61.76%-
HSV(B)341.05º11.38%65.49%-
XYZ32.3631.7334.99-
YUV154.36127.79137.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=35.61%
G=31.56%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714815400.110.080.35341.059.7461.76
HexA7949A0B823155a3e
Octal24722423201310435251276
Binary1010011110010100100110100101110001000111010101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7949A; }

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

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

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

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

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

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

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

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