Shades of Norway #A8B68E
Tints of Norway #A8B68E
RGB
CMYK
RGB Variations
Color information
#A8B68E (or 0xA8B68E) is known color: Norway. HEX triplet: A8, B6 and 8E. RGB value is (168,182,142). Sum of RGB (Red+Green+Blue) = 168+182+142=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B68E is #574971. Grayscale: #ADADAD. Windows color (decimal): -5720434 or 9352872. OLE color: 9352872.
HSL color Cylindrical-coordinate representation of color #A8B68E: hue angle of 81º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B68E is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 142 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.29 |
| HSL | 81º | 0.22% | 0.64% | - |
| HSV(B) | 81º | 0.22% | 0.71% | - |
| XYZ | 37.76 | 43.73 | 32.04 | - |
| YUV | 173.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 142 | 0.08 | 0 | 0.22 | 0.29 | 81 | 0.22 | 0.64 |
| Hex | A8 | B6 | 8E | 8 | 0 | 16 | 1D | 51 | 16 | 40 |
| Octal | 250 | 266 | 216 | 10 | 0 | 26 | 35 | 121 | 26 | 100 |
| Binary | 10101000 | 10110110 | 10001110 | 1000 | 0 | 10110 | 11101 | 1010001 | 10110 | 1000000 |
Color Harmonies of #A8B68E
Complementary color
Monochromatic Colors of #A8B68E
Black with #A8B68E
Text Example
Text Example
White with #A8B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B68E; }
p { color: rgb(168,182,142); }
H1.HeaderClassName
{
color: #A8B68E;
}
.AnyTagClassName
{
color: #A8B68E;
}
</style>
background-color css
<style>
a { background-color: #A8B68E; }
a { background-color: rgb(168,182,142); }
div.DivClassName
{
background-color: #A8B68E;
}
.BgClassName
{
background-color: #A8B68E;
}
</style>
border-color css
<style>
span { border-color: #A8B68E; }
span { border-color: rgb(168,182,142); }
td.TdClassName
{
border-color: #A8B68E;
}
.TagClassName
{
border-color: #A8B68E;
}
</style>