#AAB0AD

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

Shades of Periglacial Blue #AAB0AD

Tints of Periglacial Blue #AAB0AD

Color information

#AAB0AD (or 0xAAB0AD) is unknown color: approx Periglacial Blue. HEX triplet: AA, B0 and AD. RGB value is (170,176,173). Sum of RGB (Red+Green+Blue) = 170+176+173=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AD is #554F52. Grayscale: #ADADAD. Windows color (decimal): -5590867 or 11382954. OLE color: 11382954.

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

Color convert

RGB170176173-
CMYK0.0300.020.31
HSL150º3.66%67.84%-
HSV(B)150º3.41%69.02%-
XYZ39.6542.6145.67-
YUV173.86127.51125.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=32.76%
G=33.91%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761730.0300.020.311503.6667.84
HexAAB0AD3021F96444
Octal252260255302372264104
Binary1010101010110000101011011101011111100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0AD; }

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

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

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

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

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

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

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

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