Shades of Periglacial Blue #AAB3AF
Tints of Periglacial Blue #AAB3AF
RGB
CMYK
RGB Variations
Color information
#AAB3AF (or 0xAAB3AF) is known color: Periglacial Blue. HEX triplet: AA, B3 and AF. RGB value is (170,179,175). Sum of RGB (Red+Green+Blue) = 170+179+175=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3AF is #554C50. Grayscale: #AFAFAF. Windows color (decimal): -5590097 or 11514794. OLE color: 11514794.
HSL color Cylindrical-coordinate representation of color #AAB3AF: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB3AF is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 175 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.30 |
| HSL | 153.33º | 0.06% | 0.68% | - |
| HSV(B) | 153.33º | 0.05% | 0.7% | - |
| XYZ | 40.44 | 43.88 | 46.9 | - |
| YUV | 175.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 175 | 0.05 | 0 | 0.02 | 0.30 | 153.33 | 0.06 | 0.68 |
| Hex | AA | B3 | AF | 5 | 0 | 2 | 1E | 99 | 6 | 44 |
| Octal | 252 | 263 | 257 | 5 | 0 | 2 | 36 | 231 | 6 | 104 |
| Binary | 10101010 | 10110011 | 10101111 | 101 | 0 | 10 | 11110 | 10011001 | 110 | 1000100 |
Color Harmonies of #AAB3AF
Complementary color
Monochromatic Colors of #AAB3AF
Black with #AAB3AF
Text Example
Text Example
White with #AAB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3AF; }
p { color: rgb(170,179,175); }
H1.HeaderClassName
{
color: #AAB3AF;
}
.AnyTagClassName
{
color: #AAB3AF;
}
</style>
background-color css
<style>
a { background-color: #AAB3AF; }
a { background-color: rgb(170,179,175); }
div.DivClassName
{
background-color: #AAB3AF;
}
.BgClassName
{
background-color: #AAB3AF;
}
</style>
border-color css
<style>
span { border-color: #AAB3AF; }
span { border-color: rgb(170,179,175); }
td.TdClassName
{
border-color: #AAB3AF;
}
.TagClassName
{
border-color: #AAB3AF;
}
</style>