#AAB1AF

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

Shades of Periglacial Blue #AAB1AF

Tints of Periglacial Blue #AAB1AF

Color information

#AAB1AF (or 0xAAB1AF) is unknown color: approx Periglacial Blue. HEX triplet: AA, B1 and AF. RGB value is (170,177,175). Sum of RGB (Red+Green+Blue) = 170+177+175=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AF is #554E50. Grayscale: #AEAEAE. Windows color (decimal): -5590609 or 11514282. OLE color: 11514282.

HSL color Cylindrical-coordinate representation of color #AAB1AF: hue angle of 162.86º 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 #AAB1AF is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB170177175-
CMYK0.0400.010.31
HSL162.86º4.29%68.04%-
HSV(B)162.86º3.95%69.41%-
XYZ40.0443.0946.76-
YUV174.68128.18124.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=32.57%
G=33.91%
B=33.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771750.0400.010.31162.864.2968.04
HexAAB1AF4011Fa3444
Octal252261257401372434104
Binary1010101010110001101011111000111111101000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1AF; }

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

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

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

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

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

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

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

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