#A8ACBF

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

Shades of Echo Blue #A8ACBF

Tints of Echo Blue #A8ACBF

Color information

#A8ACBF (or 0xA8ACBF) is unknown color: approx Echo Blue. HEX triplet: A8, AC and BF. RGB value is (168,172,191). Sum of RGB (Red+Green+Blue) = 168+172+191=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACBF is #575340. Grayscale: #ACACAC. Windows color (decimal): -5722945 or 12561576. OLE color: 12561576.

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

Color convert

RGB168172191-
CMYK0.120.1000.25
HSL229.57º15.23%70.39%-
HSV(B)229.57º12.04%74.9%-
XYZ40.341.5955.19-
YUV172.97138.17124.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 191 (75% from 255) = 35.97%
R=31.64%
G=32.39%
B=35.97%

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
Decimal1681721910.120.1000.25229.5715.2370.39
HexA8ACBFCA019e6f46
Octal250254277141203134617106
Binary101010001010110010111111110010100110011110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACBF; }

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

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

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

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

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

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

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

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