Shades of Norway #A4B697
Tints of Norway #A4B697
RGB
CMYK
RGB Variations
Color information
#A4B697 (or 0xA4B697) is known color: Norway. HEX triplet: A4, B6 and 97. RGB value is (164,182,151). Sum of RGB (Red+Green+Blue) = 164+182+151=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B697 is #5B4968. Grayscale: #ADADAD. Windows color (decimal): -5982569 or 9942692. OLE color: 9942692.
HSL color Cylindrical-coordinate representation of color #A4B697: hue angle of 94.84º 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 #A4B697 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 182 | 151 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.29 |
| HSL | 94.84º | 0.18% | 0.65% | - |
| HSV(B) | 94.84º | 0.17% | 0.71% | - |
| XYZ | 37.62 | 43.58 | 35.71 | - |
| YUV | 173.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 151 | 0.10 | 0 | 0.17 | 0.29 | 94.84 | 0.18 | 0.65 |
| Hex | A4 | B6 | 97 | A | 0 | 11 | 1D | 5F | 12 | 41 |
| Octal | 244 | 266 | 227 | 12 | 0 | 21 | 35 | 137 | 22 | 101 |
| Binary | 10100100 | 10110110 | 10010111 | 1010 | 0 | 10001 | 11101 | 1011111 | 10010 | 1000001 |
Color Harmonies of #A4B697
Complementary color
Monochromatic Colors of #A4B697
Black with #A4B697
Text Example
Text Example
White with #A4B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B697; }
p { color: rgb(164,182,151); }
H1.HeaderClassName
{
color: #A4B697;
}
.AnyTagClassName
{
color: #A4B697;
}
</style>
background-color css
<style>
a { background-color: #A4B697; }
a { background-color: rgb(164,182,151); }
div.DivClassName
{
background-color: #A4B697;
}
.BgClassName
{
background-color: #A4B697;
}
</style>
border-color css
<style>
span { border-color: #A4B697; }
span { border-color: rgb(164,182,151); }
td.TdClassName
{
border-color: #A4B697;
}
.TagClassName
{
border-color: #A4B697;
}
</style>