Shades of Norway #A8B79A
Tints of Norway #A8B79A
RGB
CMYK
RGB Variations
Color information
#A8B79A (or 0xA8B79A) is known color: Norway. HEX triplet: A8, B7 and 9A. RGB value is (168,183,154). Sum of RGB (Red+Green+Blue) = 168+183+154=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79A is #574865. Grayscale: #AFAFAF. Windows color (decimal): -5720166 or 10139560. OLE color: 10139560.
HSL color Cylindrical-coordinate representation of color #A8B79A: hue angle of 91.03º 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 #A8B79A is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 154 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.28 |
| HSL | 91.03º | 0.17% | 0.66% | - |
| HSV(B) | 91.03º | 0.16% | 0.72% | - |
| XYZ | 38.91 | 44.52 | 37.11 | - |
| YUV | 175.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 154 | 0.08 | 0 | 0.16 | 0.28 | 91.03 | 0.17 | 0.66 |
| Hex | A8 | B7 | 9A | 8 | 0 | 10 | 1C | 5B | 11 | 42 |
| Octal | 250 | 267 | 232 | 10 | 0 | 20 | 34 | 133 | 21 | 102 |
| Binary | 10101000 | 10110111 | 10011010 | 1000 | 0 | 10000 | 11100 | 1011011 | 10001 | 1000010 |
Color Harmonies of #A8B79A
Complementary color
Monochromatic Colors of #A8B79A
Black with #A8B79A
Text Example
Text Example
White with #A8B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B79A; }
p { color: rgb(168,183,154); }
H1.HeaderClassName
{
color: #A8B79A;
}
.AnyTagClassName
{
color: #A8B79A;
}
</style>
background-color css
<style>
a { background-color: #A8B79A; }
a { background-color: rgb(168,183,154); }
div.DivClassName
{
background-color: #A8B79A;
}
.BgClassName
{
background-color: #A8B79A;
}
</style>
border-color css
<style>
span { border-color: #A8B79A; }
span { border-color: rgb(168,183,154); }
td.TdClassName
{
border-color: #A8B79A;
}
.TagClassName
{
border-color: #A8B79A;
}
</style>