#A696AA

Color #A696AA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A696AA

Tints of East Side #A696AA

Color information

#A696AA (or 0xA696AA) is unknown color: approx East Side. HEX triplet: A6, 96 and AA. RGB value is (166,150,170). Sum of RGB (Red+Green+Blue) = 166+150+170=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #A696AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A696AA is #596955. Grayscale: #9D9D9D. Windows color (decimal): -5859670 or 11179686. OLE color: 11179686.

HSL color Cylindrical-coordinate representation of color #A696AA: hue angle of 288º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A696AA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166150170-
CMYK0.020.1200.33
HSL288º10.53%62.75%-
HSV(B)288º11.76%66.67%-
XYZ33.8932.8242.58-
YUV157.06135.3134.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=34.16%
G=30.86%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661501700.020.1200.3328810.5362.75
HexA696AA2C021120b3f
Octal2462262522140414401377
Binary10100110100101101010101010110001000011001000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696AA; }

 p { color: rgb(166,150,170); }

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

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

 a { background-color: rgb(166,150,170); }

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

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

 span { border-color: rgb(166,150,170); }

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