Shades of Norway #A8B597
Tints of Norway #A8B597
RGB
CMYK
RGB Variations
Color information
#A8B597 (or 0xA8B597) is known color: Norway. HEX triplet: A8, B5 and 97. RGB value is (168,181,151). Sum of RGB (Red+Green+Blue) = 168+181+151=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B597 is #574A68. Grayscale: #ADADAD. Windows color (decimal): -5720681 or 9942440. OLE color: 9942440.
HSL color Cylindrical-coordinate representation of color #A8B597: hue angle of 86º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B597 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 151 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.29 |
| HSL | 86º | 0.17% | 0.65% | - |
| HSV(B) | 86º | 0.17% | 0.71% | - |
| XYZ | 38.26 | 43.61 | 35.68 | - |
| YUV | 173.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 151 | 0.07 | 0 | 0.17 | 0.29 | 86 | 0.17 | 0.65 |
| Hex | A8 | B5 | 97 | 7 | 0 | 11 | 1D | 56 | 11 | 41 |
| Octal | 250 | 265 | 227 | 7 | 0 | 21 | 35 | 126 | 21 | 101 |
| Binary | 10101000 | 10110101 | 10010111 | 111 | 0 | 10001 | 11101 | 1010110 | 10001 | 1000001 |
Color Harmonies of #A8B597
Complementary color
Monochromatic Colors of #A8B597
Black with #A8B597
Text Example
Text Example
White with #A8B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B597; }
p { color: rgb(168,181,151); }
H1.HeaderClassName
{
color: #A8B597;
}
.AnyTagClassName
{
color: #A8B597;
}
</style>
background-color css
<style>
a { background-color: #A8B597; }
a { background-color: rgb(168,181,151); }
div.DivClassName
{
background-color: #A8B597;
}
.BgClassName
{
background-color: #A8B597;
}
</style>
border-color css
<style>
span { border-color: #A8B597; }
span { border-color: rgb(168,181,151); }
td.TdClassName
{
border-color: #A8B597;
}
.TagClassName
{
border-color: #A8B597;
}
</style>