#A7969D

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

Shades of Shady Lady #A7969D

Tints of Shady Lady #A7969D

Color information

#A7969D (or 0xA7969D) is unknown color: approx Shady Lady. HEX triplet: A7, 96 and 9D. RGB value is (167,150,157). Sum of RGB (Red+Green+Blue) = 167+150+157=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A7969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7969D is #586962. Grayscale: #9B9B9B. Windows color (decimal): -5794147 or 10327719. OLE color: 10327719.

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

Color convert

RGB167150157-
CMYK00.100.060.35
HSL335.29º8.81%62.16%-
HSV(B)335.29º10.18%65.49%-
XYZ32.9332.4636.43-
YUV155.88128.63135.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=35.23%
G=31.65%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715015700.100.060.35335.298.8162.16
HexA7969D0A62314f93e
Octal2472262350126435171176
Binary101001111001011010011101010101101000111010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7969D; }

 p { color: rgb(167,150,157); }

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

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

 a { background-color: rgb(167,150,157); }

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

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

 span { border-color: rgb(167,150,157); }

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