#AAB5AF

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

Shades of Periglacial Blue #AAB5AF

Tints of Periglacial Blue #AAB5AF

Color information

#AAB5AF (or 0xAAB5AF) is unknown color: approx Periglacial Blue. HEX triplet: AA, B5 and AF. RGB value is (170,181,175). Sum of RGB (Red+Green+Blue) = 170+181+175=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AF is #554A50. Grayscale: #B1B1B1. Windows color (decimal): -5589585 or 11515306. OLE color: 11515306.

HSL color Cylindrical-coordinate representation of color #AAB5AF: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB5AF is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB170181175-
CMYK0.0600.030.29
HSL147.27º6.92%68.82%-
HSV(B)147.27º6.08%70.98%-
XYZ40.8444.6947.03-
YUV177.03126.86122.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=32.32%
G=34.41%
B=33.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811750.0600.030.29147.276.9268.82
HexAAB5AF6031D93745
Octal252265257603352237105
Binary10101010101101011010111111001111101100100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5AF; }

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

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

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

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

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

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

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

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