Shades of Periglacial Blue #A6B7AF
Tints of Periglacial Blue #A6B7AF
RGB
CMYK
RGB Variations
Color information
#A6B7AF (or 0xA6B7AF) is known color: Periglacial Blue. HEX triplet: A6, B7 and AF. RGB value is (166,183,175). Sum of RGB (Red+Green+Blue) = 166+183+175=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7AF is #594850. Grayscale: #B1B1B1. Windows color (decimal): -5851217 or 11515814. OLE color: 11515814.
HSL color Cylindrical-coordinate representation of color #A6B7AF: hue angle of 151.76º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B7AF is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 175 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.28 |
| HSL | 151.76º | 0.11% | 0.68% | - |
| HSV(B) | 151.76º | 0.09% | 0.72% | - |
| XYZ | 40.4 | 45.07 | 47.13 | - |
| YUV | 177.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 175 | 0.09 | 0 | 0.04 | 0.28 | 151.76 | 0.11 | 0.68 |
| Hex | A6 | B7 | AF | 9 | 0 | 4 | 1C | 98 | B | 44 |
| Octal | 246 | 267 | 257 | 11 | 0 | 4 | 34 | 230 | 13 | 104 |
| Binary | 10100110 | 10110111 | 10101111 | 1001 | 0 | 100 | 11100 | 10011000 | 1011 | 1000100 |
Color Harmonies of #A6B7AF
Complementary color
Monochromatic Colors of #A6B7AF
Black with #A6B7AF
Text Example
Text Example
White with #A6B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7AF; }
p { color: rgb(166,183,175); }
H1.HeaderClassName
{
color: #A6B7AF;
}
.AnyTagClassName
{
color: #A6B7AF;
}
</style>
background-color css
<style>
a { background-color: #A6B7AF; }
a { background-color: rgb(166,183,175); }
div.DivClassName
{
background-color: #A6B7AF;
}
.BgClassName
{
background-color: #A6B7AF;
}
</style>
border-color css
<style>
span { border-color: #A6B7AF; }
span { border-color: rgb(166,183,175); }
td.TdClassName
{
border-color: #A6B7AF;
}
.TagClassName
{
border-color: #A6B7AF;
}
</style>