Shades of Norway #A8B991
Tints of Norway #A8B991
RGB
CMYK
RGB Variations
Color information
#A8B991 (or 0xA8B991) is known color: Norway. HEX triplet: A8, B9 and 91. RGB value is (168,185,145). Sum of RGB (Red+Green+Blue) = 168+185+145=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B991 is #57466E. Grayscale: #AFAFAF. Windows color (decimal): -5719663 or 9550248. OLE color: 9550248.
HSL color Cylindrical-coordinate representation of color #A8B991: hue angle of 85.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B991 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 145 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.27 |
| HSL | 85.5º | 0.22% | 0.65% | - |
| HSV(B) | 85.5º | 0.22% | 0.73% | - |
| XYZ | 38.61 | 45.07 | 33.45 | - |
| YUV | 175.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 145 | 0.09 | 0 | 0.22 | 0.27 | 85.5 | 0.22 | 0.65 |
| Hex | A8 | B9 | 91 | 9 | 0 | 16 | 1B | 56 | 16 | 41 |
| Octal | 250 | 271 | 221 | 11 | 0 | 26 | 33 | 126 | 26 | 101 |
| Binary | 10101000 | 10111001 | 10010001 | 1001 | 0 | 10110 | 11011 | 1010110 | 10110 | 1000001 |
Color Harmonies of #A8B991
Complementary color
Monochromatic Colors of #A8B991
Black with #A8B991
Text Example
Text Example
White with #A8B991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B991; }
p { color: rgb(168,185,145); }
H1.HeaderClassName
{
color: #A8B991;
}
.AnyTagClassName
{
color: #A8B991;
}
</style>
background-color css
<style>
a { background-color: #A8B991; }
a { background-color: rgb(168,185,145); }
div.DivClassName
{
background-color: #A8B991;
}
.BgClassName
{
background-color: #A8B991;
}
</style>
border-color css
<style>
span { border-color: #A8B991; }
span { border-color: rgb(168,185,145); }
td.TdClassName
{
border-color: #A8B991;
}
.TagClassName
{
border-color: #A8B991;
}
</style>