Shades of Norway #A0B690
Tints of Norway #A0B690
RGB
CMYK
RGB Variations
Color information
#A0B690 (or 0xA0B690) is known color: Norway. HEX triplet: A0, B6 and 90. RGB value is (160,182,144). Sum of RGB (Red+Green+Blue) = 160+182+144=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B690 is #5F496F. Grayscale: #ABABAB. Windows color (decimal): -6244720 or 9483936. OLE color: 9483936.
HSL color Cylindrical-coordinate representation of color #A0B690: hue angle of 94.74º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B690 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 144 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.29 |
| HSL | 94.74º | 0.21% | 0.64% | - |
| HSV(B) | 94.74º | 0.21% | 0.71% | - |
| XYZ | 36.26 | 42.94 | 32.76 | - |
| YUV | 171.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 144 | 0.12 | 0 | 0.21 | 0.29 | 94.74 | 0.21 | 0.64 |
| Hex | A0 | B6 | 90 | C | 0 | 15 | 1D | 5F | 15 | 40 |
| Octal | 240 | 266 | 220 | 14 | 0 | 25 | 35 | 137 | 25 | 100 |
| Binary | 10100000 | 10110110 | 10010000 | 1100 | 0 | 10101 | 11101 | 1011111 | 10101 | 1000000 |
Color Harmonies of #A0B690
Complementary color
Monochromatic Colors of #A0B690
Black with #A0B690
Text Example
Text Example
White with #A0B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B690; }
p { color: rgb(160,182,144); }
H1.HeaderClassName
{
color: #A0B690;
}
.AnyTagClassName
{
color: #A0B690;
}
</style>
background-color css
<style>
a { background-color: #A0B690; }
a { background-color: rgb(160,182,144); }
div.DivClassName
{
background-color: #A0B690;
}
.BgClassName
{
background-color: #A0B690;
}
</style>
border-color css
<style>
span { border-color: #A0B690; }
span { border-color: rgb(160,182,144); }
td.TdClassName
{
border-color: #A0B690;
}
.TagClassName
{
border-color: #A0B690;
}
</style>