#A0ACCC

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

Shades of Echo Blue #A0ACCC

Tints of Echo Blue #A0ACCC

Color information

#A0ACCC (or 0xA0ACCC) is unknown color: approx Echo Blue. HEX triplet: A0, AC and CC. RGB value is (160,172,204). Sum of RGB (Red+Green+Blue) = 160+172+204=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCC is #5F5333. Grayscale: #ABABAB. Windows color (decimal): -6247220 or 13413536. OLE color: 13413536.

HSL color Cylindrical-coordinate representation of color #A0ACCC: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0ACCC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160172204-
CMYK0.220.1600.2
HSL223.64º30.14%71.37%-
HSV(B)223.64º21.57%80%-
XYZ40.1541.3462.99-
YUV172.06146.02119.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=29.85%
G=32.09%
B=38.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601722040.220.1600.2223.6430.1471.37
HexA0ACCC1610014e01e47
Octal240254314262002434036107
Binary101000001010110011001100101101000001010011100000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACCC; }

 p { color: rgb(160,172,204); }

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

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

 a { background-color: rgb(160,172,204); }

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

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

 span { border-color: rgb(160,172,204); }

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