#AAB4AF

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

Shades of Periglacial Blue #AAB4AF

Tints of Periglacial Blue #AAB4AF

Color information

#AAB4AF (or 0xAAB4AF) is unknown color: approx Periglacial Blue. HEX triplet: AA, B4 and AF. RGB value is (170,180,175). Sum of RGB (Red+Green+Blue) = 170+180+175=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4AF is #554B50. Grayscale: #B0B0B0. Windows color (decimal): -5589841 or 11515050. OLE color: 11515050.

HSL color Cylindrical-coordinate representation of color #AAB4AF: hue angle of 150º degrees, saturation: 0.06, 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 #AAB4AF is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB170180175-
CMYK0.0600.030.29
HSL150º6.25%68.63%-
HSV(B)150º5.56%70.59%-
XYZ40.6444.2846.96-
YUV176.44127.19123.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=32.38%
G=34.29%
B=33.33%

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
Decimal1701801750.0600.030.291506.2568.63
HexAAB4AF6031D96645
Octal252264257603352266105
Binary10101010101101001010111111001111101100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4AF; }

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

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

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

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

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

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

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

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