Shades of Norway #A1B193
Tints of Norway #A1B193
RGB
CMYK
RGB Variations
Color information
#A1B193 (or 0xA1B193) is known color: Norway. HEX triplet: A1, B1 and 93. RGB value is (161,177,147). Sum of RGB (Red+Green+Blue) = 161+177+147=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B193 is #5E4E6C. Grayscale: #A8A8A8. Windows color (decimal): -6180461 or 9679265. OLE color: 9679265.
HSL color Cylindrical-coordinate representation of color #A1B193: hue angle of 92º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1B193 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 147 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.31 |
| HSL | 92º | 0.16% | 0.64% | - |
| HSV(B) | 92º | 0.17% | 0.69% | - |
| XYZ | 35.69 | 41.13 | 33.66 | - |
| YUV | 168.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 147 | 0.09 | 0 | 0.17 | 0.31 | 92 | 0.16 | 0.64 |
| Hex | A1 | B1 | 93 | 9 | 0 | 11 | 1F | 5C | 10 | 40 |
| Octal | 241 | 261 | 223 | 11 | 0 | 21 | 37 | 134 | 20 | 100 |
| Binary | 10100001 | 10110001 | 10010011 | 1001 | 0 | 10001 | 11111 | 1011100 | 10000 | 1000000 |
Color Harmonies of #A1B193
Complementary color
Monochromatic Colors of #A1B193
Black with #A1B193
Text Example
Text Example
White with #A1B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B193; }
p { color: rgb(161,177,147); }
H1.HeaderClassName
{
color: #A1B193;
}
.AnyTagClassName
{
color: #A1B193;
}
</style>
background-color css
<style>
a { background-color: #A1B193; }
a { background-color: rgb(161,177,147); }
div.DivClassName
{
background-color: #A1B193;
}
.BgClassName
{
background-color: #A1B193;
}
</style>
border-color css
<style>
span { border-color: #A1B193; }
span { border-color: rgb(161,177,147); }
td.TdClassName
{
border-color: #A1B193;
}
.TagClassName
{
border-color: #A1B193;
}
</style>