Shades of Norway #A9B799
Tints of Norway #A9B799
RGB
CMYK
RGB Variations
Color information
#A9B799 (or 0xA9B799) is known color: Norway. HEX triplet: A9, B7 and 99. RGB value is (169,183,153). Sum of RGB (Red+Green+Blue) = 169+183+153=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B799 is #564866. Grayscale: #AFAFAF. Windows color (decimal): -5654631 or 10074025. OLE color: 10074025.
HSL color Cylindrical-coordinate representation of color #A9B799: hue angle of 88º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9B799 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 153 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.28 |
| HSL | 88º | 0.17% | 0.66% | - |
| HSV(B) | 88º | 0.16% | 0.72% | - |
| XYZ | 39.05 | 44.6 | 36.69 | - |
| YUV | 175.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 153 | 0.08 | 0 | 0.16 | 0.28 | 88 | 0.17 | 0.66 |
| Hex | A9 | B7 | 99 | 8 | 0 | 10 | 1C | 58 | 11 | 42 |
| Octal | 251 | 267 | 231 | 10 | 0 | 20 | 34 | 130 | 21 | 102 |
| Binary | 10101001 | 10110111 | 10011001 | 1000 | 0 | 10000 | 11100 | 1011000 | 10001 | 1000010 |
Color Harmonies of #A9B799
Complementary color
Monochromatic Colors of #A9B799
Black with #A9B799
Text Example
Text Example
White with #A9B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B799; }
p { color: rgb(169,183,153); }
H1.HeaderClassName
{
color: #A9B799;
}
.AnyTagClassName
{
color: #A9B799;
}
</style>
background-color css
<style>
a { background-color: #A9B799; }
a { background-color: rgb(169,183,153); }
div.DivClassName
{
background-color: #A9B799;
}
.BgClassName
{
background-color: #A9B799;
}
</style>
border-color css
<style>
span { border-color: #A9B799; }
span { border-color: rgb(169,183,153); }
td.TdClassName
{
border-color: #A9B799;
}
.TagClassName
{
border-color: #A9B799;
}
</style>