#AAAFC0

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

Shades of Echo Blue #AAAFC0

Tints of Echo Blue #AAAFC0

Color information

#AAAFC0 (or 0xAAAFC0) is unknown color: approx Echo Blue. HEX triplet: AA, AF and C0. RGB value is (170,175,192). Sum of RGB (Red+Green+Blue) = 170+175+192=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFC0 is #55503F. Grayscale: #AFAFAF. Windows color (decimal): -5591104 or 12627882. OLE color: 12627882.

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

Color convert

RGB170175192-
CMYK0.110.0900.25
HSL226.36º14.86%70.98%-
HSV(B)226.36º11.46%75.29%-
XYZ41.4243.0155.99-
YUV175.44137.34124.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=31.66%
G=32.59%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701751920.110.0900.25226.3614.8670.98
HexAAAFC0B9019e2f47
Octal252257300131103134217107
Binary101010101010111111000000101110010110011110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFC0; }

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

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

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

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

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

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

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

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