Shades of Norway #A8B79C
Tints of Norway #A8B79C
RGB
CMYK
RGB Variations
Color information
#A8B79C (or 0xA8B79C) is known color: Norway. HEX triplet: A8, B7 and 9C. RGB value is (168,183,156). Sum of RGB (Red+Green+Blue) = 168+183+156=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79C is #574863. Grayscale: #AFAFAF. Windows color (decimal): -5720164 or 10270632. OLE color: 10270632.
HSL color Cylindrical-coordinate representation of color #A8B79C: hue angle of 93.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B79C is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 156 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.28 |
| HSL | 93.33º | 0.16% | 0.66% | - |
| HSV(B) | 93.33º | 0.15% | 0.72% | - |
| XYZ | 39.08 | 44.59 | 38 | - |
| YUV | 175.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 156 | 0.08 | 0 | 0.15 | 0.28 | 93.33 | 0.16 | 0.66 |
| Hex | A8 | B7 | 9C | 8 | 0 | F | 1C | 5D | 10 | 42 |
| Octal | 250 | 267 | 234 | 10 | 0 | 17 | 34 | 135 | 20 | 102 |
| Binary | 10101000 | 10110111 | 10011100 | 1000 | 0 | 1111 | 11100 | 1011101 | 10000 | 1000010 |
Color Harmonies of #A8B79C
Complementary color
Monochromatic Colors of #A8B79C
Black with #A8B79C
Text Example
Text Example
White with #A8B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B79C; }
p { color: rgb(168,183,156); }
H1.HeaderClassName
{
color: #A8B79C;
}
.AnyTagClassName
{
color: #A8B79C;
}
</style>
background-color css
<style>
a { background-color: #A8B79C; }
a { background-color: rgb(168,183,156); }
div.DivClassName
{
background-color: #A8B79C;
}
.BgClassName
{
background-color: #A8B79C;
}
</style>
border-color css
<style>
span { border-color: #A8B79C; }
span { border-color: rgb(168,183,156); }
td.TdClassName
{
border-color: #A8B79C;
}
.TagClassName
{
border-color: #A8B79C;
}
</style>