Shades of Norway #A0B892
Tints of Norway #A0B892
RGB
CMYK
RGB Variations
Color information
#A0B892 (or 0xA0B892) is known color: Norway. HEX triplet: A0, B8 and 92. RGB value is (160,184,146). Sum of RGB (Red+Green+Blue) = 160+184+146=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B892 is #5F476D. Grayscale: #ACACAC. Windows color (decimal): -6244206 or 9615520. OLE color: 9615520.
HSL color Cylindrical-coordinate representation of color #A0B892: hue angle of 97.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B892 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 146 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.28 |
| HSL | 97.89º | 0.21% | 0.65% | - |
| HSV(B) | 97.89º | 0.21% | 0.72% | - |
| XYZ | 36.83 | 43.83 | 33.71 | - |
| YUV | 172.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 146 | 0.13 | 0 | 0.21 | 0.28 | 97.89 | 0.21 | 0.65 |
| Hex | A0 | B8 | 92 | D | 0 | 15 | 1C | 62 | 15 | 41 |
| Octal | 240 | 270 | 222 | 15 | 0 | 25 | 34 | 142 | 25 | 101 |
| Binary | 10100000 | 10111000 | 10010010 | 1101 | 0 | 10101 | 11100 | 1100010 | 10101 | 1000001 |
Color Harmonies of #A0B892
Complementary color
Monochromatic Colors of #A0B892
Black with #A0B892
Text Example
Text Example
White with #A0B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B892; }
p { color: rgb(160,184,146); }
H1.HeaderClassName
{
color: #A0B892;
}
.AnyTagClassName
{
color: #A0B892;
}
</style>
background-color css
<style>
a { background-color: #A0B892; }
a { background-color: rgb(160,184,146); }
div.DivClassName
{
background-color: #A0B892;
}
.BgClassName
{
background-color: #A0B892;
}
</style>
border-color css
<style>
span { border-color: #A0B892; }
span { border-color: rgb(160,184,146); }
td.TdClassName
{
border-color: #A0B892;
}
.TagClassName
{
border-color: #A0B892;
}
</style>