Shades of Periglacial Blue #A6B8AF
Tints of Periglacial Blue #A6B8AF
RGB
CMYK
RGB Variations
Color information
#A6B8AF (or 0xA6B8AF) is known color: Periglacial Blue. HEX triplet: A6, B8 and AF. RGB value is (166,184,175). Sum of RGB (Red+Green+Blue) = 166+184+175=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AF is #594750. Grayscale: #B1B1B1. Windows color (decimal): -5850961 or 11516070. OLE color: 11516070.
HSL color Cylindrical-coordinate representation of color #A6B8AF: hue angle of 150º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8AF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 175 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.28 |
| HSL | 150º | 0.11% | 0.69% | - |
| HSV(B) | 150º | 0.1% | 0.72% | - |
| XYZ | 40.6 | 45.48 | 47.2 | - |
| YUV | 177.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 175 | 0.10 | 0 | 0.05 | 0.28 | 150 | 0.11 | 0.69 |
| Hex | A6 | B8 | AF | A | 0 | 5 | 1C | 96 | B | 45 |
| Octal | 246 | 270 | 257 | 12 | 0 | 5 | 34 | 226 | 13 | 105 |
| Binary | 10100110 | 10111000 | 10101111 | 1010 | 0 | 101 | 11100 | 10010110 | 1011 | 1000101 |
Color Harmonies of #A6B8AF
Complementary color
Monochromatic Colors of #A6B8AF
Black with #A6B8AF
Text Example
Text Example
White with #A6B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8AF; }
p { color: rgb(166,184,175); }
H1.HeaderClassName
{
color: #A6B8AF;
}
.AnyTagClassName
{
color: #A6B8AF;
}
</style>
background-color css
<style>
a { background-color: #A6B8AF; }
a { background-color: rgb(166,184,175); }
div.DivClassName
{
background-color: #A6B8AF;
}
.BgClassName
{
background-color: #A6B8AF;
}
</style>
border-color css
<style>
span { border-color: #A6B8AF; }
span { border-color: rgb(166,184,175); }
td.TdClassName
{
border-color: #A6B8AF;
}
.TagClassName
{
border-color: #A6B8AF;
}
</style>