Shades of Periglacial Blue #A4B7AF
Tints of Periglacial Blue #A4B7AF
RGB
CMYK
RGB Variations
Color information
#A4B7AF (or 0xA4B7AF) is known color: Periglacial Blue. HEX triplet: A4, B7 and AF. RGB value is (164,183,175). Sum of RGB (Red+Green+Blue) = 164+183+175=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AF is #5B4850. Grayscale: #B0B0B0. Windows color (decimal): -5982289 or 11515812. OLE color: 11515812.
HSL color Cylindrical-coordinate representation of color #A4B7AF: hue angle of 154.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7AF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 175 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.28 |
| HSL | 154.74º | 0.12% | 0.68% | - |
| HSV(B) | 154.74º | 0.1% | 0.72% | - |
| XYZ | 39.98 | 44.85 | 47.11 | - |
| YUV | 176.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 175 | 0.10 | 0 | 0.04 | 0.28 | 154.74 | 0.12 | 0.68 |
| Hex | A4 | B7 | AF | A | 0 | 4 | 1C | 9B | C | 44 |
| Octal | 244 | 267 | 257 | 12 | 0 | 4 | 34 | 233 | 14 | 104 |
| Binary | 10100100 | 10110111 | 10101111 | 1010 | 0 | 100 | 11100 | 10011011 | 1100 | 1000100 |
Color Harmonies of #A4B7AF
Complementary color
Monochromatic Colors of #A4B7AF
Black with #A4B7AF
Text Example
Text Example
White with #A4B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7AF; }
p { color: rgb(164,183,175); }
H1.HeaderClassName
{
color: #A4B7AF;
}
.AnyTagClassName
{
color: #A4B7AF;
}
</style>
background-color css
<style>
a { background-color: #A4B7AF; }
a { background-color: rgb(164,183,175); }
div.DivClassName
{
background-color: #A4B7AF;
}
.BgClassName
{
background-color: #A4B7AF;
}
</style>
border-color css
<style>
span { border-color: #A4B7AF; }
span { border-color: rgb(164,183,175); }
td.TdClassName
{
border-color: #A4B7AF;
}
.TagClassName
{
border-color: #A4B7AF;
}
</style>