Shades of Periglacial Blue #AAB4AF
Tints of Periglacial Blue #AAB4AF
RGB
CMYK
RGB Variations
Color information
#AAB4AF (or 0xAAB4AF) is known color: Periglacial Blue. HEX triplet: AA, B4 and AF. RGB value is (170,180,175). Sum of RGB (Red+Green+Blue) = 170+180+175=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4AF is #554B50. Grayscale: #B0B0B0. Windows color (decimal): -5589841 or 11515050. OLE color: 11515050.
HSL color Cylindrical-coordinate representation of color #AAB4AF: hue angle of 150º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB4AF is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 175 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.29 |
| HSL | 150º | 0.06% | 0.69% | - |
| HSV(B) | 150º | 0.06% | 0.71% | - |
| XYZ | 40.64 | 44.28 | 46.96 | - |
| YUV | 176.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 175 | 0.06 | 0 | 0.03 | 0.29 | 150 | 0.06 | 0.69 |
| Hex | AA | B4 | AF | 6 | 0 | 3 | 1D | 96 | 6 | 45 |
| Octal | 252 | 264 | 257 | 6 | 0 | 3 | 35 | 226 | 6 | 105 |
| Binary | 10101010 | 10110100 | 10101111 | 110 | 0 | 11 | 11101 | 10010110 | 110 | 1000101 |
Color Harmonies of #AAB4AF
Complementary color
Monochromatic Colors of #AAB4AF
Black with #AAB4AF
Text Example
Text Example
White with #AAB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4AF; }
p { color: rgb(170,180,175); }
H1.HeaderClassName
{
color: #AAB4AF;
}
.AnyTagClassName
{
color: #AAB4AF;
}
</style>
background-color css
<style>
a { background-color: #AAB4AF; }
a { background-color: rgb(170,180,175); }
div.DivClassName
{
background-color: #AAB4AF;
}
.BgClassName
{
background-color: #AAB4AF;
}
</style>
border-color css
<style>
span { border-color: #AAB4AF; }
span { border-color: rgb(170,180,175); }
td.TdClassName
{
border-color: #AAB4AF;
}
.TagClassName
{
border-color: #AAB4AF;
}
</style>