Shades of Periglacial Blue #A7B0AD
Tints of Periglacial Blue #A7B0AD
RGB
CMYK
RGB Variations
Color information
#A7B0AD (or 0xA7B0AD) is known color: Periglacial Blue. HEX triplet: A7, B0 and AD. RGB value is (167,176,173). Sum of RGB (Red+Green+Blue) = 167+176+173=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0AD is #584F52. Grayscale: #ACACAC. Windows color (decimal): -5787475 or 11382951. OLE color: 11382951.
HSL color Cylindrical-coordinate representation of color #A7B0AD: hue angle of 160º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A7B0AD is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 173 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.31 |
| HSL | 160º | 0.05% | 0.67% | - |
| HSV(B) | 160º | 0.05% | 0.69% | - |
| XYZ | 39 | 42.28 | 45.64 | - |
| YUV | 172.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 173 | 0.05 | 0 | 0.02 | 0.31 | 160 | 0.05 | 0.67 |
| Hex | A7 | B0 | AD | 5 | 0 | 2 | 1F | A0 | 5 | 43 |
| Octal | 247 | 260 | 255 | 5 | 0 | 2 | 37 | 240 | 5 | 103 |
| Binary | 10100111 | 10110000 | 10101101 | 101 | 0 | 10 | 11111 | 10100000 | 101 | 1000011 |
Color Harmonies of #A7B0AD
Complementary color
Monochromatic Colors of #A7B0AD
Black with #A7B0AD
Text Example
Text Example
White with #A7B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B0AD; }
p { color: rgb(167,176,173); }
H1.HeaderClassName
{
color: #A7B0AD;
}
.AnyTagClassName
{
color: #A7B0AD;
}
</style>
background-color css
<style>
a { background-color: #A7B0AD; }
a { background-color: rgb(167,176,173); }
div.DivClassName
{
background-color: #A7B0AD;
}
.BgClassName
{
background-color: #A7B0AD;
}
</style>
border-color css
<style>
span { border-color: #A7B0AD; }
span { border-color: rgb(167,176,173); }
td.TdClassName
{
border-color: #A7B0AD;
}
.TagClassName
{
border-color: #A7B0AD;
}
</style>