#A9ACBF

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

Shades of Echo Blue #A9ACBF

Tints of Echo Blue #A9ACBF

Color information

#A9ACBF (or 0xA9ACBF) is unknown color: approx Echo Blue. HEX triplet: A9, AC and BF. RGB value is (169,172,191). Sum of RGB (Red+Green+Blue) = 169+172+191=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACBF is #565340. Grayscale: #ADADAD. Windows color (decimal): -5657409 or 12561577. OLE color: 12561577.

HSL color Cylindrical-coordinate representation of color #A9ACBF: hue angle of 231.82º degrees, saturation: 0.15, 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 #A9ACBF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169172191-
CMYK0.120.1000.25
HSL231.82º14.67%70.59%-
HSV(B)231.82º11.52%74.9%-
XYZ40.5241.755.2-
YUV173.27138.01124.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 191 (75% from 255) = 35.90%
R=31.77%
G=32.33%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691721910.120.1000.25231.8214.6770.59
HexA9ACBFCA019e8f47
Octal251254277141203135017107
Binary101010011010110010111111110010100110011110100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACBF; }

 p { color: rgb(169,172,191); }

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

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

 a { background-color: rgb(169,172,191); }

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

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

 span { border-color: rgb(169,172,191); }

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