Shades of Norway #A8B797
Tints of Norway #A8B797
RGB
CMYK
RGB Variations
Color information
#A8B797 (or 0xA8B797) is known color: Norway. HEX triplet: A8, B7 and 97. RGB value is (168,183,151). Sum of RGB (Red+Green+Blue) = 168+183+151=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B797 is #574868. Grayscale: #AEAEAE. Windows color (decimal): -5720169 or 9942952. OLE color: 9942952.
HSL color Cylindrical-coordinate representation of color #A8B797: hue angle of 88.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B797 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 151 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.28 |
| HSL | 88.13º | 0.18% | 0.65% | - |
| HSV(B) | 88.13º | 0.17% | 0.72% | - |
| XYZ | 38.67 | 44.43 | 35.82 | - |
| YUV | 174.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 151 | 0.08 | 0 | 0.17 | 0.28 | 88.13 | 0.18 | 0.65 |
| Hex | A8 | B7 | 97 | 8 | 0 | 11 | 1C | 58 | 12 | 41 |
| Octal | 250 | 267 | 227 | 10 | 0 | 21 | 34 | 130 | 22 | 101 |
| Binary | 10101000 | 10110111 | 10010111 | 1000 | 0 | 10001 | 11100 | 1011000 | 10010 | 1000001 |
Color Harmonies of #A8B797
Complementary color
Monochromatic Colors of #A8B797
Black with #A8B797
Text Example
Text Example
White with #A8B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B797; }
p { color: rgb(168,183,151); }
H1.HeaderClassName
{
color: #A8B797;
}
.AnyTagClassName
{
color: #A8B797;
}
</style>
background-color css
<style>
a { background-color: #A8B797; }
a { background-color: rgb(168,183,151); }
div.DivClassName
{
background-color: #A8B797;
}
.BgClassName
{
background-color: #A8B797;
}
</style>
border-color css
<style>
span { border-color: #A8B797; }
span { border-color: rgb(168,183,151); }
td.TdClassName
{
border-color: #A8B797;
}
.TagClassName
{
border-color: #A8B797;
}
</style>