#A9AEAC

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

Shades of Periglacial Blue #A9AEAC

Tints of Periglacial Blue #A9AEAC

Color information

#A9AEAC (or 0xA9AEAC) is unknown color: approx Periglacial Blue. HEX triplet: A9, AE and AC. RGB value is (169,174,172). Sum of RGB (Red+Green+Blue) = 169+174+172=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEAC is #565153. Grayscale: #ACACAC. Windows color (decimal): -5656916 or 11316905. OLE color: 11316905.

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

Color convert

RGB169174172-
CMYK0.0300.010.32
HSL156º2.99%67.25%-
HSV(B)156º2.87%68.24%-
XYZ38.9441.6945.02-
YUV172.28127.84125.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=32.82%
G=33.79%
B=33.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741720.0300.010.321562.9967.25
HexA9AEAC301209c343
Octal251256254301402343103
Binary101010011010111010101100110110000010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEAC; }

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

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

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

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

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

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

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

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