#A698A2

Color #A698A2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A698A2

Tints of London Hue #A698A2

Color information

#A698A2 (or 0xA698A2) is unknown color: approx London Hue. HEX triplet: A6, 98 and A2. RGB value is (166,152,162). Sum of RGB (Red+Green+Blue) = 166+152+162=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A698A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698A2 is #59675D. Grayscale: #9D9D9D. Windows color (decimal): -5859166 or 10655910. OLE color: 10655910.

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

Color convert

RGB166152162-
CMYK00.080.020.35
HSL317.14º7.29%62.35%-
HSV(B)317.14º8.43%65.1%-
XYZ33.4833.1738.82-
YUV157.33130.64134.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=34.58%
G=31.67%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615216200.080.020.35317.147.2962.35
HexA698A20822313d73e
Octal246230242010243475776
Binary1010011010011000101000100100010100011100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698A2; }

 p { color: rgb(166,152,162); }

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

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

 a { background-color: rgb(166,152,162); }

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

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

 span { border-color: rgb(166,152,162); }

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