#A7969C

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

Shades of Shady Lady #A7969C

Tints of Shady Lady #A7969C

Color information

#A7969C (or 0xA7969C) is unknown color: approx Shady Lady. HEX triplet: A7, 96 and 9C. RGB value is (167,150,156). Sum of RGB (Red+Green+Blue) = 167+150+156=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A7969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7969C is #586963. Grayscale: #9B9B9B. Windows color (decimal): -5794148 or 10262183. OLE color: 10262183.

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

Color convert

RGB167150156-
CMYK00.100.070.35
HSL338.82º8.81%62.16%-
HSV(B)338.82º10.18%65.49%-
XYZ32.8432.4335.98-
YUV155.77128.13136.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=35.31%
G=31.71%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715015600.100.070.35338.828.8162.16
HexA7969C0A72315393e
Octal2472262340127435231176
Binary101001111001011010011100010101111000111010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7969C; }

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

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

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

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

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

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

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

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