#AAB1AD

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

Shades of Periglacial Blue #AAB1AD

Tints of Periglacial Blue #AAB1AD

Color information

#AAB1AD (or 0xAAB1AD) is unknown color: approx Periglacial Blue. HEX triplet: AA, B1 and AD. RGB value is (170,177,173). Sum of RGB (Red+Green+Blue) = 170+177+173=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AD is #554E52. Grayscale: #AEAEAE. Windows color (decimal): -5590611 or 11383210. OLE color: 11383210.

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

Color convert

RGB170177173-
CMYK0.0400.020.31
HSL145.71º4.29%68.04%-
HSV(B)145.71º3.95%69.41%-
XYZ39.8443.0145.74-
YUV174.45127.18124.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=32.69%
G=34.04%
B=33.27%

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
Decimal1701771730.0400.020.31145.714.2968.04
HexAAB1AD4021F92444
Octal252261255402372224104
Binary10101010101100011010110110001011111100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1AD; }

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

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

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

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

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

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

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

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