Shades of Periglacial Blue #A5B1AD
Tints of Periglacial Blue #A5B1AD
RGB
CMYK
RGB Variations
Color information
#A5B1AD (or 0xA5B1AD) is known color: Periglacial Blue. HEX triplet: A5, B1 and AD. RGB value is (165,177,173). Sum of RGB (Red+Green+Blue) = 165+177+173=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B1AD is #5A4E52. Grayscale: #ACACAC. Windows color (decimal): -5918291 or 11383205. OLE color: 11383205.
HSL color Cylindrical-coordinate representation of color #A5B1AD: hue angle of 160º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B1AD is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 173 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.31 |
| HSL | 160º | 0.07% | 0.67% | - |
| HSV(B) | 160º | 0.07% | 0.69% | - |
| XYZ | 38.78 | 42.46 | 45.69 | - |
| YUV | 172.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 173 | 0.07 | 0 | 0.02 | 0.31 | 160 | 0.07 | 0.67 |
| Hex | A5 | B1 | AD | 7 | 0 | 2 | 1F | A0 | 7 | 43 |
| Octal | 245 | 261 | 255 | 7 | 0 | 2 | 37 | 240 | 7 | 103 |
| Binary | 10100101 | 10110001 | 10101101 | 111 | 0 | 10 | 11111 | 10100000 | 111 | 1000011 |
Color Harmonies of #A5B1AD
Complementary color
Monochromatic Colors of #A5B1AD
Black with #A5B1AD
Text Example
Text Example
White with #A5B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B1AD; }
p { color: rgb(165,177,173); }
H1.HeaderClassName
{
color: #A5B1AD;
}
.AnyTagClassName
{
color: #A5B1AD;
}
</style>
background-color css
<style>
a { background-color: #A5B1AD; }
a { background-color: rgb(165,177,173); }
div.DivClassName
{
background-color: #A5B1AD;
}
.BgClassName
{
background-color: #A5B1AD;
}
</style>
border-color css
<style>
span { border-color: #A5B1AD; }
span { border-color: rgb(165,177,173); }
td.TdClassName
{
border-color: #A5B1AD;
}
.TagClassName
{
border-color: #A5B1AD;
}
</style>