Shades of Norway #A9B695
Tints of Norway #A9B695
RGB
CMYK
RGB Variations
Color information
#A9B695 (or 0xA9B695) is known color: Norway. HEX triplet: A9, B6 and 95. RGB value is (169,182,149). Sum of RGB (Red+Green+Blue) = 169+182+149=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B695 is #56496A. Grayscale: #AEAEAE. Windows color (decimal): -5654891 or 9811625. OLE color: 9811625.
HSL color Cylindrical-coordinate representation of color #A9B695: hue angle of 83.64º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9B695 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 182 | 149 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.29 |
| HSL | 83.64º | 0.18% | 0.65% | - |
| HSV(B) | 83.64º | 0.18% | 0.71% | - |
| XYZ | 38.51 | 44.06 | 34.91 | - |
| YUV | 174.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 149 | 0.07 | 0 | 0.18 | 0.29 | 83.64 | 0.18 | 0.65 |
| Hex | A9 | B6 | 95 | 7 | 0 | 12 | 1D | 54 | 12 | 41 |
| Octal | 251 | 266 | 225 | 7 | 0 | 22 | 35 | 124 | 22 | 101 |
| Binary | 10101001 | 10110110 | 10010101 | 111 | 0 | 10010 | 11101 | 1010100 | 10010 | 1000001 |
Color Harmonies of #A9B695
Complementary color
Monochromatic Colors of #A9B695
Black with #A9B695
Text Example
Text Example
White with #A9B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B695; }
p { color: rgb(169,182,149); }
H1.HeaderClassName
{
color: #A9B695;
}
.AnyTagClassName
{
color: #A9B695;
}
</style>
background-color css
<style>
a { background-color: #A9B695; }
a { background-color: rgb(169,182,149); }
div.DivClassName
{
background-color: #A9B695;
}
.BgClassName
{
background-color: #A9B695;
}
</style>
border-color css
<style>
span { border-color: #A9B695; }
span { border-color: rgb(169,182,149); }
td.TdClassName
{
border-color: #A9B695;
}
.TagClassName
{
border-color: #A9B695;
}
</style>