#A697A0

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

Shades of Shady Lady #A697A0

Tints of Shady Lady #A697A0

Color information

#A697A0 (or 0xA697A0) is unknown color: approx Shady Lady. HEX triplet: A6, 97 and A0. RGB value is (166,151,160). Sum of RGB (Red+Green+Blue) = 166+151+160=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A697A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697A0 is #59685F. Grayscale: #9C9C9C. Windows color (decimal): -5859424 or 10524582. OLE color: 10524582.

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

Color convert

RGB166151160-
CMYK00.090.040.35
HSL324º7.77%62.16%-
HSV(B)324º9.04%65.1%-
XYZ33.1432.7837.84-
YUV156.51129.97134.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=34.80%
G=31.66%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615116000.090.040.353247.7762.16
HexA697A00942314483e
Octal2462272400114435041076
Binary101001101001011110100000010011001000111010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697A0; }

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

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

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

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

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

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

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

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