Shades of Periglacial Blue #ACB2AF
Tints of Periglacial Blue #ACB2AF
RGB
CMYK
RGB Variations
Color information
#ACB2AF (or 0xACB2AF) is known color: Periglacial Blue. HEX triplet: AC, B2 and AF. RGB value is (172,178,175). Sum of RGB (Red+Green+Blue) = 172+178+175=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2AF is #534D50. Grayscale: #AFAFAF. Windows color (decimal): -5459281 or 11514540. OLE color: 11514540.
HSL color Cylindrical-coordinate representation of color #ACB2AF: hue angle of 150º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB2AF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 178 | 175 | - |
CMYK | 0.03 | 0 | 0.02 | 0.30 |
HSL | 150º | 0.04% | 0.69% | - |
HSV(B) | 150º | 0.03% | 0.7% | - |
XYZ | 40.67 | 43.71 | 46.85 | - |
YUV | 175.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 175 | 0.03 | 0 | 0.02 | 0.30 | 150 | 0.04 | 0.69 |
Hex | AC | B2 | AF | 3 | 0 | 2 | 1E | 96 | 4 | 45 |
Octal | 254 | 262 | 257 | 3 | 0 | 2 | 36 | 226 | 4 | 105 |
Binary | 10101100 | 10110010 | 10101111 | 11 | 0 | 10 | 11110 | 10010110 | 100 | 1000101 |
Color Harmonies of #ACB2AF
Complementary color
Monochromatic Colors of #ACB2AF
Black with #ACB2AF
Text Example
Text Example
White with #ACB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2AF; }
p { color: rgb(172,178,175); }
H1.HeaderClassName
{
color: #ACB2AF;
}
.AnyTagClassName
{
color: #ACB2AF;
}
</style>
background-color css
<style>
a { background-color: #ACB2AF; }
a { background-color: rgb(172,178,175); }
div.DivClassName
{
background-color: #ACB2AF;
}
.BgClassName
{
background-color: #ACB2AF;
}
</style>
border-color css
<style>
span { border-color: #ACB2AF; }
span { border-color: rgb(172,178,175); }
td.TdClassName
{
border-color: #ACB2AF;
}
.TagClassName
{
border-color: #ACB2AF;
}
</style>