Shades of Norway #A8B799
Tints of Norway #A8B799
RGB
CMYK
RGB Variations
Color information
#A8B799 (or 0xA8B799) is known color: Norway. HEX triplet: A8, B7 and 99. RGB value is (168,183,153). Sum of RGB (Red+Green+Blue) = 168+183+153=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B799 is #574866. Grayscale: #AFAFAF. Windows color (decimal): -5720167 or 10074024. OLE color: 10074024.
HSL color Cylindrical-coordinate representation of color #A8B799: hue angle of 90º 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 #A8B799 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 153 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.28 |
| HSL | 90º | 0.17% | 0.66% | - |
| HSV(B) | 90º | 0.16% | 0.72% | - |
| XYZ | 38.83 | 44.49 | 36.68 | - |
| YUV | 175.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 153 | 0.08 | 0 | 0.16 | 0.28 | 90 | 0.17 | 0.66 |
| Hex | A8 | B7 | 99 | 8 | 0 | 10 | 1C | 5A | 11 | 42 |
| Octal | 250 | 267 | 231 | 10 | 0 | 20 | 34 | 132 | 21 | 102 |
| Binary | 10101000 | 10110111 | 10011001 | 1000 | 0 | 10000 | 11100 | 1011010 | 10001 | 1000010 |
Color Harmonies of #A8B799
Complementary color
Monochromatic Colors of #A8B799
Black with #A8B799
Text Example
Text Example
White with #A8B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B799; }
p { color: rgb(168,183,153); }
H1.HeaderClassName
{
color: #A8B799;
}
.AnyTagClassName
{
color: #A8B799;
}
</style>
background-color css
<style>
a { background-color: #A8B799; }
a { background-color: rgb(168,183,153); }
div.DivClassName
{
background-color: #A8B799;
}
.BgClassName
{
background-color: #A8B799;
}
</style>
border-color css
<style>
span { border-color: #A8B799; }
span { border-color: rgb(168,183,153); }
td.TdClassName
{
border-color: #A8B799;
}
.TagClassName
{
border-color: #A8B799;
}
</style>