Shades of Norway #A1B18F
Tints of Norway #A1B18F
RGB
CMYK
RGB Variations
Color information
#A1B18F (or 0xA1B18F) is known color: Norway. HEX triplet: A1, B1 and 8F. RGB value is (161,177,143). Sum of RGB (Red+Green+Blue) = 161+177+143=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B18F is #5E4E70. Grayscale: #A8A8A8. Windows color (decimal): -6180465 or 9417121. OLE color: 9417121.
HSL color Cylindrical-coordinate representation of color #A1B18F: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B18F is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 143 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.31 |
| HSL | 88.24º | 0.18% | 0.63% | - |
| HSV(B) | 88.24º | 0.19% | 0.69% | - |
| XYZ | 35.38 | 41 | 32.04 | - |
| YUV | 168.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 143 | 0.09 | 0 | 0.19 | 0.31 | 88.24 | 0.18 | 0.63 |
| Hex | A1 | B1 | 8F | 9 | 0 | 13 | 1F | 58 | 12 | 3F |
| Octal | 241 | 261 | 217 | 11 | 0 | 23 | 37 | 130 | 22 | 77 |
| Binary | 10100001 | 10110001 | 10001111 | 1001 | 0 | 10011 | 11111 | 1011000 | 10010 | 111111 |
Color Harmonies of #A1B18F
Complementary color
Monochromatic Colors of #A1B18F
Black with #A1B18F
Text Example
Text Example
White with #A1B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B18F; }
p { color: rgb(161,177,143); }
H1.HeaderClassName
{
color: #A1B18F;
}
.AnyTagClassName
{
color: #A1B18F;
}
</style>
background-color css
<style>
a { background-color: #A1B18F; }
a { background-color: rgb(161,177,143); }
div.DivClassName
{
background-color: #A1B18F;
}
.BgClassName
{
background-color: #A1B18F;
}
</style>
border-color css
<style>
span { border-color: #A1B18F; }
span { border-color: rgb(161,177,143); }
td.TdClassName
{
border-color: #A1B18F;
}
.TagClassName
{
border-color: #A1B18F;
}
</style>