#A8AAC0

Color #A8AAC0 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A8AAC0

Tints of Echo Blue #A8AAC0

Color information

#A8AAC0 (or 0xA8AAC0) is unknown color: approx Echo Blue. HEX triplet: A8, AA and C0. RGB value is (168,170,192). Sum of RGB (Red+Green+Blue) = 168+170+192=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAC0 is #57553F. Grayscale: #ABABAB. Windows color (decimal): -5723456 or 12626600. OLE color: 12626600.

HSL color Cylindrical-coordinate representation of color #A8AAC0: hue angle of 235º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AAC0 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168170192-
CMYK0.120.1100.25
HSL235º16%70.59%-
HSV(B)235º12.5%75.29%-
XYZ40.0440.8855.65-
YUV171.91139.34125.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=31.70%
G=32.08%
B=36.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681701920.120.1100.252351670.59
HexA8AAC0CB019eb1047
Octal250252300141303135320107
Binary1010100010101010110000001100101101100111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAC0; }

 p { color: rgb(168,170,192); }

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

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

 a { background-color: rgb(168,170,192); }

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

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

 span { border-color: rgb(168,170,192); }

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