Shades of Norway #A8B497
Tints of Norway #A8B497
RGB
CMYK
RGB Variations
Color information
#A8B497 (or 0xA8B497) is known color: Norway. HEX triplet: A8, B4 and 97. RGB value is (168,180,151). Sum of RGB (Red+Green+Blue) = 168+180+151=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B497 is #574B68. Grayscale: #ADADAD. Windows color (decimal): -5720937 or 9942184. OLE color: 9942184.
HSL color Cylindrical-coordinate representation of color #A8B497: hue angle of 84.83º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B497 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 151 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.29 |
| HSL | 84.83º | 0.16% | 0.65% | - |
| HSV(B) | 84.83º | 0.16% | 0.71% | - |
| XYZ | 38.06 | 43.2 | 35.61 | - |
| YUV | 173.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 151 | 0.07 | 0 | 0.16 | 0.29 | 84.83 | 0.16 | 0.65 |
| Hex | A8 | B4 | 97 | 7 | 0 | 10 | 1D | 55 | 10 | 41 |
| Octal | 250 | 264 | 227 | 7 | 0 | 20 | 35 | 125 | 20 | 101 |
| Binary | 10101000 | 10110100 | 10010111 | 111 | 0 | 10000 | 11101 | 1010101 | 10000 | 1000001 |
Color Harmonies of #A8B497
Complementary color
Monochromatic Colors of #A8B497
Black with #A8B497
Text Example
Text Example
White with #A8B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B497; }
p { color: rgb(168,180,151); }
H1.HeaderClassName
{
color: #A8B497;
}
.AnyTagClassName
{
color: #A8B497;
}
</style>
background-color css
<style>
a { background-color: #A8B497; }
a { background-color: rgb(168,180,151); }
div.DivClassName
{
background-color: #A8B497;
}
.BgClassName
{
background-color: #A8B497;
}
</style>
border-color css
<style>
span { border-color: #A8B497; }
span { border-color: rgb(168,180,151); }
td.TdClassName
{
border-color: #A8B497;
}
.TagClassName
{
border-color: #A8B497;
}
</style>