Shades of Norway #A8B697
Tints of Norway #A8B697
RGB
CMYK
RGB Variations
Color information
#A8B697 (or 0xA8B697) is known color: Norway. HEX triplet: A8, B6 and 97. RGB value is (168,182,151). Sum of RGB (Red+Green+Blue) = 168+182+151=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B697 is #574968. Grayscale: #AEAEAE. Windows color (decimal): -5720425 or 9942696. OLE color: 9942696.
HSL color Cylindrical-coordinate representation of color #A8B697: hue angle of 87.1º degrees, saturation: 0.18, 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 #A8B697 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 151 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.29 |
| HSL | 87.1º | 0.18% | 0.65% | - |
| HSV(B) | 87.1º | 0.17% | 0.71% | - |
| XYZ | 38.46 | 44.02 | 35.75 | - |
| YUV | 174.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 151 | 0.08 | 0 | 0.17 | 0.29 | 87.1 | 0.18 | 0.65 |
| Hex | A8 | B6 | 97 | 8 | 0 | 11 | 1D | 57 | 12 | 41 |
| Octal | 250 | 266 | 227 | 10 | 0 | 21 | 35 | 127 | 22 | 101 |
| Binary | 10101000 | 10110110 | 10010111 | 1000 | 0 | 10001 | 11101 | 1010111 | 10010 | 1000001 |
Color Harmonies of #A8B697
Complementary color
Monochromatic Colors of #A8B697
Black with #A8B697
Text Example
Text Example
White with #A8B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B697; }
p { color: rgb(168,182,151); }
H1.HeaderClassName
{
color: #A8B697;
}
.AnyTagClassName
{
color: #A8B697;
}
</style>
background-color css
<style>
a { background-color: #A8B697; }
a { background-color: rgb(168,182,151); }
div.DivClassName
{
background-color: #A8B697;
}
.BgClassName
{
background-color: #A8B697;
}
</style>
border-color css
<style>
span { border-color: #A8B697; }
span { border-color: rgb(168,182,151); }
td.TdClassName
{
border-color: #A8B697;
}
.TagClassName
{
border-color: #A8B697;
}
</style>