Shades of Periglacial Blue #AAADAC
Tints of Periglacial Blue #AAADAC
RGB
CMYK
RGB Variations
Color information
#AAADAC (or 0xAAADAC) is known color: Periglacial Blue. HEX triplet: AA, AD and AC. RGB value is (170,173,172). Sum of RGB (Red+Green+Blue) = 170+173+172=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAC is #555253. Grayscale: #ABABAB. Windows color (decimal): -5591636 or 11316650. OLE color: 11316650.
HSL color Cylindrical-coordinate representation of color #AAADAC: hue angle of 160º 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 #AAADAC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 170 | 173 | 172 | - |
CMYK | 0.02 | 0 | 0.01 | 0.32 |
HSL | 160º | 0.02% | 0.67% | - |
HSV(B) | 160º | 0.02% | 0.68% | - |
XYZ | 38.97 | 41.41 | 44.97 | - |
YUV | 171.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 172 | 0.02 | 0 | 0.01 | 0.32 | 160 | 0.02 | 0.67 |
Hex | AA | AD | AC | 2 | 0 | 1 | 20 | A0 | 2 | 43 |
Octal | 252 | 255 | 254 | 2 | 0 | 1 | 40 | 240 | 2 | 103 |
Binary | 10101010 | 10101101 | 10101100 | 10 | 0 | 1 | 100000 | 10100000 | 10 | 1000011 |
Color Harmonies of #AAADAC
Complementary color
Monochromatic Colors of #AAADAC
Black with #AAADAC
Text Example
Text Example
White with #AAADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADAC; }
p { color: rgb(170,173,172); }
H1.HeaderClassName
{
color: #AAADAC;
}
.AnyTagClassName
{
color: #AAADAC;
}
</style>
background-color css
<style>
a { background-color: #AAADAC; }
a { background-color: rgb(170,173,172); }
div.DivClassName
{
background-color: #AAADAC;
}
.BgClassName
{
background-color: #AAADAC;
}
</style>
border-color css
<style>
span { border-color: #AAADAC; }
span { border-color: rgb(170,173,172); }
td.TdClassName
{
border-color: #AAADAC;
}
.TagClassName
{
border-color: #AAADAC;
}
</style>