Shades of Norway #A1B195
Tints of Norway #A1B195
RGB
CMYK
RGB Variations
Color information
#A1B195 (or 0xA1B195) is known color: Norway. HEX triplet: A1, B1 and 95. RGB value is (161,177,149). Sum of RGB (Red+Green+Blue) = 161+177+149=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B195 is #5E4E6A. Grayscale: #A9A9A9. Windows color (decimal): -6180459 or 9810337. OLE color: 9810337.
HSL color Cylindrical-coordinate representation of color #A1B195: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B195 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 149 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.31 |
| HSL | 94.29º | 0.15% | 0.64% | - |
| HSV(B) | 94.29º | 0.16% | 0.69% | - |
| XYZ | 35.84 | 41.19 | 34.5 | - |
| YUV | 169.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 149 | 0.09 | 0 | 0.16 | 0.31 | 94.29 | 0.15 | 0.64 |
| Hex | A1 | B1 | 95 | 9 | 0 | 10 | 1F | 5E | F | 40 |
| Octal | 241 | 261 | 225 | 11 | 0 | 20 | 37 | 136 | 17 | 100 |
| Binary | 10100001 | 10110001 | 10010101 | 1001 | 0 | 10000 | 11111 | 1011110 | 1111 | 1000000 |
Color Harmonies of #A1B195
Complementary color
Monochromatic Colors of #A1B195
Black with #A1B195
Text Example
Text Example
White with #A1B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B195; }
p { color: rgb(161,177,149); }
H1.HeaderClassName
{
color: #A1B195;
}
.AnyTagClassName
{
color: #A1B195;
}
</style>
background-color css
<style>
a { background-color: #A1B195; }
a { background-color: rgb(161,177,149); }
div.DivClassName
{
background-color: #A1B195;
}
.BgClassName
{
background-color: #A1B195;
}
</style>
border-color css
<style>
span { border-color: #A1B195; }
span { border-color: rgb(161,177,149); }
td.TdClassName
{
border-color: #A1B195;
}
.TagClassName
{
border-color: #A1B195;
}
</style>