#A697A1

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

Shades of Shady Lady #A697A1

Tints of Shady Lady #A697A1

Color information

#A697A1 (or 0xA697A1) is unknown color: approx Shady Lady. HEX triplet: A6, 97 and A1. RGB value is (166,151,161). Sum of RGB (Red+Green+Blue) = 166+151+161=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A697A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697A1 is #59685E. Grayscale: #9C9C9C. Windows color (decimal): -5859423 or 10590118. OLE color: 10590118.

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

Color convert

RGB166151161-
CMYK00.090.030.35
HSL320º7.77%62.16%-
HSV(B)320º9.04%65.1%-
XYZ33.2332.8138.3-
YUV156.62130.47134.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=34.73%
G=31.59%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615116100.090.030.353207.7762.16
HexA697A10932314083e
Octal2462272410113435001076
Binary10100110100101111010000101001111000111010000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697A1; }

 p { color: rgb(166,151,161); }

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

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

 a { background-color: rgb(166,151,161); }

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

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

 span { border-color: rgb(166,151,161); }

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