Shades of Norway #A8BA9A
Tints of Norway #A8BA9A
RGB
CMYK
RGB Variations
Color information
#A8BA9A (or 0xA8BA9A) is known color: Norway. HEX triplet: A8, BA and 9A. RGB value is (168,186,154). Sum of RGB (Red+Green+Blue) = 168+186+154=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA9A is #574565. Grayscale: #B1B1B1. Windows color (decimal): -5719398 or 10140328. OLE color: 10140328.
HSL color Cylindrical-coordinate representation of color #A8BA9A: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BA9A is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 154 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.27 |
| HSL | 93.75º | 0.19% | 0.67% | - |
| HSV(B) | 93.75º | 0.17% | 0.73% | - |
| XYZ | 39.54 | 45.78 | 37.32 | - |
| YUV | 176.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 154 | 0.10 | 0 | 0.17 | 0.27 | 93.75 | 0.19 | 0.67 |
| Hex | A8 | BA | 9A | A | 0 | 11 | 1B | 5E | 13 | 43 |
| Octal | 250 | 272 | 232 | 12 | 0 | 21 | 33 | 136 | 23 | 103 |
| Binary | 10101000 | 10111010 | 10011010 | 1010 | 0 | 10001 | 11011 | 1011110 | 10011 | 1000011 |
Color Harmonies of #A8BA9A
Complementary color
Monochromatic Colors of #A8BA9A
Black with #A8BA9A
Text Example
Text Example
White with #A8BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA9A; }
p { color: rgb(168,186,154); }
H1.HeaderClassName
{
color: #A8BA9A;
}
.AnyTagClassName
{
color: #A8BA9A;
}
</style>
background-color css
<style>
a { background-color: #A8BA9A; }
a { background-color: rgb(168,186,154); }
div.DivClassName
{
background-color: #A8BA9A;
}
.BgClassName
{
background-color: #A8BA9A;
}
</style>
border-color css
<style>
span { border-color: #A8BA9A; }
span { border-color: rgb(168,186,154); }
td.TdClassName
{
border-color: #A8BA9A;
}
.TagClassName
{
border-color: #A8BA9A;
}
</style>