Shades of Periglacial Blue #A8B6AF
Tints of Periglacial Blue #A8B6AF
RGB
CMYK
RGB Variations
Color information
#A8B6AF (or 0xA8B6AF) is known color: Periglacial Blue. HEX triplet: A8, B6 and AF. RGB value is (168,182,175). Sum of RGB (Red+Green+Blue) = 168+182+175=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6AF is #574950. Grayscale: #B1B1B1. Windows color (decimal): -5720401 or 11515560. OLE color: 11515560.
HSL color Cylindrical-coordinate representation of color #A8B6AF: hue angle of 150º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6AF is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 182 | 175 | - |
CMYK | 0.08 | 0 | 0.04 | 0.29 |
HSL | 150º | 0.09% | 0.69% | - |
HSV(B) | 150º | 0.08% | 0.71% | - |
XYZ | 40.61 | 44.88 | 47.08 | - |
YUV | 177.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 182 | 175 | 0.08 | 0 | 0.04 | 0.29 | 150 | 0.09 | 0.69 |
Hex | A8 | B6 | AF | 8 | 0 | 4 | 1D | 96 | 9 | 45 |
Octal | 250 | 266 | 257 | 10 | 0 | 4 | 35 | 226 | 11 | 105 |
Binary | 10101000 | 10110110 | 10101111 | 1000 | 0 | 100 | 11101 | 10010110 | 1001 | 1000101 |
Color Harmonies of #A8B6AF
Complementary color
Monochromatic Colors of #A8B6AF
Black with #A8B6AF
Text Example
Text Example
White with #A8B6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B6AF; }
p { color: rgb(168,182,175); }
H1.HeaderClassName
{
color: #A8B6AF;
}
.AnyTagClassName
{
color: #A8B6AF;
}
</style>
background-color css
<style>
a { background-color: #A8B6AF; }
a { background-color: rgb(168,182,175); }
div.DivClassName
{
background-color: #A8B6AF;
}
.BgClassName
{
background-color: #A8B6AF;
}
</style>
border-color css
<style>
span { border-color: #A8B6AF; }
span { border-color: rgb(168,182,175); }
td.TdClassName
{
border-color: #A8B6AF;
}
.TagClassName
{
border-color: #A8B6AF;
}
</style>