#AAB1AE

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

Shades of Periglacial Blue #AAB1AE

Tints of Periglacial Blue #AAB1AE

Color information

#AAB1AE (or 0xAAB1AE) is unknown color: approx Periglacial Blue. HEX triplet: AA, B1 and AE. RGB value is (170,177,174). Sum of RGB (Red+Green+Blue) = 170+177+174=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AE is #554E51. Grayscale: #AEAEAE. Windows color (decimal): -5590610 or 11448746. OLE color: 11448746.

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

Color convert

RGB170177174-
CMYK0.0400.020.31
HSL154.29º4.29%68.04%-
HSV(B)154.29º3.95%69.41%-
XYZ39.9443.0546.25-
YUV174.56127.68124.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=32.63%
G=33.97%
B=33.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771740.0400.020.31154.294.2968.04
HexAAB1AE4021F9a444
Octal252261256402372324104
Binary10101010101100011010111010001011111100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1AE; }

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

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

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

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

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

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

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

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