Shades of Periglacial Blue #ACB1AF
Tints of Periglacial Blue #ACB1AF
RGB
CMYK
RGB Variations
Color information
#ACB1AF (or 0xACB1AF) is known color: Periglacial Blue. HEX triplet: AC, B1 and AF. RGB value is (172,177,175). Sum of RGB (Red+Green+Blue) = 172+177+175=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AF is #534E50. Grayscale: #AFAFAF. Windows color (decimal): -5459537 or 11514284. OLE color: 11514284.
HSL color Cylindrical-coordinate representation of color #ACB1AF: hue angle of 156º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB1AF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 175 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.31 |
| HSL | 156º | 0.03% | 0.68% | - |
| HSV(B) | 156º | 0.03% | 0.69% | - |
| XYZ | 40.47 | 43.31 | 46.78 | - |
| YUV | 175.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 175 | 0.03 | 0 | 0.01 | 0.31 | 156 | 0.03 | 0.68 |
| Hex | AC | B1 | AF | 3 | 0 | 1 | 1F | 9C | 3 | 44 |
| Octal | 254 | 261 | 257 | 3 | 0 | 1 | 37 | 234 | 3 | 104 |
| Binary | 10101100 | 10110001 | 10101111 | 11 | 0 | 1 | 11111 | 10011100 | 11 | 1000100 |
Color Harmonies of #ACB1AF
Complementary color
Monochromatic Colors of #ACB1AF
Black with #ACB1AF
Text Example
Text Example
White with #ACB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1AF; }
p { color: rgb(172,177,175); }
H1.HeaderClassName
{
color: #ACB1AF;
}
.AnyTagClassName
{
color: #ACB1AF;
}
</style>
background-color css
<style>
a { background-color: #ACB1AF; }
a { background-color: rgb(172,177,175); }
div.DivClassName
{
background-color: #ACB1AF;
}
.BgClassName
{
background-color: #ACB1AF;
}
</style>
border-color css
<style>
span { border-color: #ACB1AF; }
span { border-color: rgb(172,177,175); }
td.TdClassName
{
border-color: #ACB1AF;
}
.TagClassName
{
border-color: #ACB1AF;
}
</style>