Shades of Norway #A0B192
Tints of Norway #A0B192
RGB
CMYK
RGB Variations
Color information
#A0B192 (or 0xA0B192) is known color: Norway. HEX triplet: A0, B1 and 92. RGB value is (160,177,146). Sum of RGB (Red+Green+Blue) = 160+177+146=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B192 is #5F4E6D. Grayscale: #A8A8A8. Windows color (decimal): -6245998 or 9613728. OLE color: 9613728.
HSL color Cylindrical-coordinate representation of color #A0B192: hue angle of 92.9º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B192 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 146 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.31 |
| HSL | 92.9º | 0.17% | 0.63% | - |
| HSV(B) | 92.9º | 0.18% | 0.69% | - |
| XYZ | 35.41 | 40.99 | 33.24 | - |
| YUV | 168.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 146 | 0.10 | 0 | 0.18 | 0.31 | 92.9 | 0.17 | 0.63 |
| Hex | A0 | B1 | 92 | A | 0 | 12 | 1F | 5D | 11 | 3F |
| Octal | 240 | 261 | 222 | 12 | 0 | 22 | 37 | 135 | 21 | 77 |
| Binary | 10100000 | 10110001 | 10010010 | 1010 | 0 | 10010 | 11111 | 1011101 | 10001 | 111111 |
Color Harmonies of #A0B192
Complementary color
Monochromatic Colors of #A0B192
Black with #A0B192
Text Example
Text Example
White with #A0B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B192; }
p { color: rgb(160,177,146); }
H1.HeaderClassName
{
color: #A0B192;
}
.AnyTagClassName
{
color: #A0B192;
}
</style>
background-color css
<style>
a { background-color: #A0B192; }
a { background-color: rgb(160,177,146); }
div.DivClassName
{
background-color: #A0B192;
}
.BgClassName
{
background-color: #A0B192;
}
</style>
border-color css
<style>
span { border-color: #A0B192; }
span { border-color: rgb(160,177,146); }
td.TdClassName
{
border-color: #A0B192;
}
.TagClassName
{
border-color: #A0B192;
}
</style>