Shades of Norway #A5B697
Tints of Norway #A5B697
RGB
CMYK
RGB Variations
Color information
#A5B697 (or 0xA5B697) is known color: Norway. HEX triplet: A5, B6 and 97. RGB value is (165,182,151). Sum of RGB (Red+Green+Blue) = 165+182+151=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B697 is #5A4968. Grayscale: #ADADAD. Windows color (decimal): -5917033 or 9942693. OLE color: 9942693.
HSL color Cylindrical-coordinate representation of color #A5B697: hue angle of 92.9º 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 #A5B697 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 151 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.29 |
| HSL | 92.9º | 0.18% | 0.65% | - |
| HSV(B) | 92.9º | 0.17% | 0.71% | - |
| XYZ | 37.83 | 43.69 | 35.72 | - |
| YUV | 173.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 151 | 0.09 | 0 | 0.17 | 0.29 | 92.9 | 0.18 | 0.65 |
| Hex | A5 | B6 | 97 | 9 | 0 | 11 | 1D | 5D | 12 | 41 |
| Octal | 245 | 266 | 227 | 11 | 0 | 21 | 35 | 135 | 22 | 101 |
| Binary | 10100101 | 10110110 | 10010111 | 1001 | 0 | 10001 | 11101 | 1011101 | 10010 | 1000001 |
Color Harmonies of #A5B697
Complementary color
Monochromatic Colors of #A5B697
Black with #A5B697
Text Example
Text Example
White with #A5B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B697; }
p { color: rgb(165,182,151); }
H1.HeaderClassName
{
color: #A5B697;
}
.AnyTagClassName
{
color: #A5B697;
}
</style>
background-color css
<style>
a { background-color: #A5B697; }
a { background-color: rgb(165,182,151); }
div.DivClassName
{
background-color: #A5B697;
}
.BgClassName
{
background-color: #A5B697;
}
</style>
border-color css
<style>
span { border-color: #A5B697; }
span { border-color: rgb(165,182,151); }
td.TdClassName
{
border-color: #A5B697;
}
.TagClassName
{
border-color: #A5B697;
}
</style>