Shades of Norway #A1B293
Tints of Norway #A1B293
RGB
CMYK
RGB Variations
Color information
#A1B293 (or 0xA1B293) is known color: Norway. HEX triplet: A1, B2 and 93. RGB value is (161,178,147). Sum of RGB (Red+Green+Blue) = 161+178+147=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B293 is #5E4D6C. Grayscale: #A9A9A9. Windows color (decimal): -6180205 or 9679521. OLE color: 9679521.
HSL color Cylindrical-coordinate representation of color #A1B293: hue angle of 92.9º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1B293 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 147 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.30 |
| HSL | 92.9º | 0.17% | 0.64% | - |
| HSV(B) | 92.9º | 0.17% | 0.7% | - |
| XYZ | 35.88 | 41.52 | 33.73 | - |
| YUV | 169.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 147 | 0.10 | 0 | 0.17 | 0.30 | 92.9 | 0.17 | 0.64 |
| Hex | A1 | B2 | 93 | A | 0 | 11 | 1E | 5D | 11 | 40 |
| Octal | 241 | 262 | 223 | 12 | 0 | 21 | 36 | 135 | 21 | 100 |
| Binary | 10100001 | 10110010 | 10010011 | 1010 | 0 | 10001 | 11110 | 1011101 | 10001 | 1000000 |
Color Harmonies of #A1B293
Complementary color
Monochromatic Colors of #A1B293
Black with #A1B293
Text Example
Text Example
White with #A1B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B293; }
p { color: rgb(161,178,147); }
H1.HeaderClassName
{
color: #A1B293;
}
.AnyTagClassName
{
color: #A1B293;
}
</style>
background-color css
<style>
a { background-color: #A1B293; }
a { background-color: rgb(161,178,147); }
div.DivClassName
{
background-color: #A1B293;
}
.BgClassName
{
background-color: #A1B293;
}
</style>
border-color css
<style>
span { border-color: #A1B293; }
span { border-color: rgb(161,178,147); }
td.TdClassName
{
border-color: #A1B293;
}
.TagClassName
{
border-color: #A1B293;
}
</style>