Shades of Heather #A1BAC4
Tints of Heather #A1BAC4
RGB
CMYK
RGB Variations
Color information
#A1BAC4 (or 0xA1BAC4) is known color: Heather. HEX triplet: A1, BA and C4. RGB value is (161,186,196). Sum of RGB (Red+Green+Blue) = 161+186+196=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #A1BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAC4 is #5E453B. Grayscale: #B3B3B3. Windows color (decimal): -6178108 or 12892833. OLE color: 12892833.
HSL color Cylindrical-coordinate representation of color #A1BAC4: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BAC4 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 186 | 196 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.23 |
| HSL | 197.14º | 0.23% | 0.7% | - |
| HSV(B) | 197.14º | 0.18% | 0.77% | - |
| XYZ | 42.22 | 46.68 | 59.01 | - |
| YUV | 179.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 196 | 0.18 | 0.05 | 0 | 0.23 | 197.14 | 0.23 | 0.7 |
| Hex | A1 | BA | C4 | 12 | 5 | 0 | 17 | C5 | 17 | 46 |
| Octal | 241 | 272 | 304 | 22 | 5 | 0 | 27 | 305 | 27 | 106 |
| Binary | 10100001 | 10111010 | 11000100 | 10010 | 101 | 0 | 10111 | 11000101 | 10111 | 1000110 |
Color Harmonies of #A1BAC4
Complementary color
Monochromatic Colors of #A1BAC4
Black with #A1BAC4
Text Example
Text Example
White with #A1BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAC4; }
p { color: rgb(161,186,196); }
H1.HeaderClassName
{
color: #A1BAC4;
}
.AnyTagClassName
{
color: #A1BAC4;
}
</style>
background-color css
<style>
a { background-color: #A1BAC4; }
a { background-color: rgb(161,186,196); }
div.DivClassName
{
background-color: #A1BAC4;
}
.BgClassName
{
background-color: #A1BAC4;
}
</style>
border-color css
<style>
span { border-color: #A1BAC4; }
span { border-color: rgb(161,186,196); }
td.TdClassName
{
border-color: #A1BAC4;
}
.TagClassName
{
border-color: #A1BAC4;
}
</style>