Shades of Norway #A0BA8A
Tints of Norway #A0BA8A
RGB
CMYK
RGB Variations
Color information
#A0BA8A (or 0xA0BA8A) is known color: Norway. HEX triplet: A0, BA and 8A. RGB value is (160,186,138). Sum of RGB (Red+Green+Blue) = 160+186+138=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA8A is #5F4575. Grayscale: #ACACAC. Windows color (decimal): -6243702 or 9091744. OLE color: 9091744.
HSL color Cylindrical-coordinate representation of color #A0BA8A: hue angle of 92.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0BA8A is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 138 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.27 |
| HSL | 92.5º | 0.26% | 0.64% | - |
| HSV(B) | 92.5º | 0.26% | 0.73% | - |
| XYZ | 36.64 | 44.43 | 30.69 | - |
| YUV | 172.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 138 | 0.14 | 0 | 0.26 | 0.27 | 92.5 | 0.26 | 0.64 |
| Hex | A0 | BA | 8A | E | 0 | 1A | 1B | 5C | 1A | 40 |
| Octal | 240 | 272 | 212 | 16 | 0 | 32 | 33 | 134 | 32 | 100 |
| Binary | 10100000 | 10111010 | 10001010 | 1110 | 0 | 11010 | 11011 | 1011100 | 11010 | 1000000 |
Color Harmonies of #A0BA8A
Complementary color
Monochromatic Colors of #A0BA8A
Black with #A0BA8A
Text Example
Text Example
White with #A0BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA8A; }
p { color: rgb(160,186,138); }
H1.HeaderClassName
{
color: #A0BA8A;
}
.AnyTagClassName
{
color: #A0BA8A;
}
</style>
background-color css
<style>
a { background-color: #A0BA8A; }
a { background-color: rgb(160,186,138); }
div.DivClassName
{
background-color: #A0BA8A;
}
.BgClassName
{
background-color: #A0BA8A;
}
</style>
border-color css
<style>
span { border-color: #A0BA8A; }
span { border-color: rgb(160,186,138); }
td.TdClassName
{
border-color: #A0BA8A;
}
.TagClassName
{
border-color: #A0BA8A;
}
</style>