#AAAEAC

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

Shades of Periglacial Blue #AAAEAC

Tints of Periglacial Blue #AAAEAC

Color information

#AAAEAC (or 0xAAAEAC) is unknown color: approx Periglacial Blue. HEX triplet: AA, AE and AC. RGB value is (170,174,172). Sum of RGB (Red+Green+Blue) = 170+174+172=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAC is #555153. Grayscale: #ACACAC. Windows color (decimal): -5591380 or 11316906. OLE color: 11316906.

HSL color Cylindrical-coordinate representation of color #AAAEAC: hue angle of 150º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAAEAC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB170174172-
CMYK0.0200.010.32
HSL150º2.41%67.45%-
HSV(B)150º2.3%68.24%-
XYZ39.1641.845.03-
YUV172.58127.67126.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=32.95%
G=33.72%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741720.0200.010.321502.4167.45
HexAAAEAC2012096243
Octal252256254201402262103
Binary101010101010111010101100100110000010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEAC; }

 p { color: rgb(170,174,172); }

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

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

 a { background-color: rgb(170,174,172); }

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

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

 span { border-color: rgb(170,174,172); }

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