#AAACAB

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

Shades of Periglacial Blue #AAACAB

Tints of Periglacial Blue #AAACAB

Color information

#AAACAB (or 0xAAACAB) is unknown color: approx Periglacial Blue. HEX triplet: AA, AC and AB. RGB value is (170,172,171). Sum of RGB (Red+Green+Blue) = 170+172+171=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACAB is #555354. Grayscale: #ABABAB. Windows color (decimal): -5591893 or 11250858. OLE color: 11250858.

HSL color Cylindrical-coordinate representation of color #AAACAB: hue angle of 150º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAACAB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170172171-
CMYK0.0100.010.33
HSL150º1.19%67.06%-
HSV(B)150º1.16%67.45%-
XYZ38.6840.9944.4-
YUV171.29127.84127.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=33.14%
G=33.53%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721710.0100.010.331501.1967.06
HexAAACAB1012196143
Octal252254253101412261103
Binary1010101010101100101010111011000011001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACAB; }

 p { color: rgb(170,172,171); }

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

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

 a { background-color: rgb(170,172,171); }

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

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

 span { border-color: rgb(170,172,171); }

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