Shades of Norway #A8B496
Tints of Norway #A8B496
RGB
CMYK
RGB Variations
Color information
#A8B496 (or 0xA8B496) is known color: Norway. HEX triplet: A8, B4 and 96. RGB value is (168,180,150). Sum of RGB (Red+Green+Blue) = 168+180+150=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B496 is #574B69. Grayscale: #ADADAD. Windows color (decimal): -5720938 or 9876648. OLE color: 9876648.
HSL color Cylindrical-coordinate representation of color #A8B496: hue angle of 84º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B496 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 150 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.29 |
| HSL | 84º | 0.17% | 0.65% | - |
| HSV(B) | 84º | 0.17% | 0.71% | - |
| XYZ | 37.97 | 43.17 | 35.19 | - |
| YUV | 172.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 150 | 0.07 | 0 | 0.17 | 0.29 | 84 | 0.17 | 0.65 |
| Hex | A8 | B4 | 96 | 7 | 0 | 11 | 1D | 54 | 11 | 41 |
| Octal | 250 | 264 | 226 | 7 | 0 | 21 | 35 | 124 | 21 | 101 |
| Binary | 10101000 | 10110100 | 10010110 | 111 | 0 | 10001 | 11101 | 1010100 | 10001 | 1000001 |
Color Harmonies of #A8B496
Complementary color
Monochromatic Colors of #A8B496
Black with #A8B496
Text Example
Text Example
White with #A8B496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B496; }
p { color: rgb(168,180,150); }
H1.HeaderClassName
{
color: #A8B496;
}
.AnyTagClassName
{
color: #A8B496;
}
</style>
background-color css
<style>
a { background-color: #A8B496; }
a { background-color: rgb(168,180,150); }
div.DivClassName
{
background-color: #A8B496;
}
.BgClassName
{
background-color: #A8B496;
}
</style>
border-color css
<style>
span { border-color: #A8B496; }
span { border-color: rgb(168,180,150); }
td.TdClassName
{
border-color: #A8B496;
}
.TagClassName
{
border-color: #A8B496;
}
</style>