Shades of Periglacial Blue #AAAEAC
Tints of Periglacial Blue #AAAEAC
RGB
CMYK
RGB Variations
Color information
#AAAEAC (or 0xAAAEAC) is known color: Periglacial Blue. HEX triplet: AA, AE and AC. RGB value is (170,174,172). Sum of RGB (Red+Green+Blue) = 170+174+172=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAC is #555153. Grayscale: #ACACAC. Windows color (decimal): -5591380 or 11316906. OLE color: 11316906.
HSL color Cylindrical-coordinate representation of color #AAAEAC: hue angle of 150º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAAEAC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 170 | 174 | 172 | - |
CMYK | 0.02 | 0 | 0.01 | 0.32 |
HSL | 150º | 0.02% | 0.67% | - |
HSV(B) | 150º | 0.02% | 0.68% | - |
XYZ | 39.16 | 41.8 | 45.03 | - |
YUV | 172.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 174 | 172 | 0.02 | 0 | 0.01 | 0.32 | 150 | 0.02 | 0.67 |
Hex | AA | AE | AC | 2 | 0 | 1 | 20 | 96 | 2 | 43 |
Octal | 252 | 256 | 254 | 2 | 0 | 1 | 40 | 226 | 2 | 103 |
Binary | 10101010 | 10101110 | 10101100 | 10 | 0 | 1 | 100000 | 10010110 | 10 | 1000011 |
Color Harmonies of #AAAEAC
Complementary color
Monochromatic Colors of #AAAEAC
Black with #AAAEAC
Text Example
Text Example
White with #AAAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEAC; }
p { color: rgb(170,174,172); }
H1.HeaderClassName
{
color: #AAAEAC;
}
.AnyTagClassName
{
color: #AAAEAC;
}
</style>
background-color css
<style>
a { background-color: #AAAEAC; }
a { background-color: rgb(170,174,172); }
div.DivClassName
{
background-color: #AAAEAC;
}
.BgClassName
{
background-color: #AAAEAC;
}
</style>
border-color css
<style>
span { border-color: #AAAEAC; }
span { border-color: rgb(170,174,172); }
td.TdClassName
{
border-color: #AAAEAC;
}
.TagClassName
{
border-color: #AAAEAC;
}
</style>