Shades of Norway #A8B69E
Tints of Norway #A8B69E
RGB
CMYK
RGB Variations
Color information
#A8B69E (or 0xA8B69E) is known color: Norway. HEX triplet: A8, B6 and 9E. RGB value is (168,182,158). Sum of RGB (Red+Green+Blue) = 168+182+158=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B69E is #574961. Grayscale: #AFAFAF. Windows color (decimal): -5720418 or 10401448. OLE color: 10401448.
HSL color Cylindrical-coordinate representation of color #A8B69E: hue angle of 95º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B69E is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 158 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.29 |
| HSL | 95º | 0.14% | 0.67% | - |
| HSV(B) | 95º | 0.13% | 0.71% | - |
| XYZ | 39.05 | 44.25 | 38.83 | - |
| YUV | 175.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 158 | 0.08 | 0 | 0.13 | 0.29 | 95 | 0.14 | 0.67 |
| Hex | A8 | B6 | 9E | 8 | 0 | D | 1D | 5F | E | 43 |
| Octal | 250 | 266 | 236 | 10 | 0 | 15 | 35 | 137 | 16 | 103 |
| Binary | 10101000 | 10110110 | 10011110 | 1000 | 0 | 1101 | 11101 | 1011111 | 1110 | 1000011 |
Color Harmonies of #A8B69E
Complementary color
Monochromatic Colors of #A8B69E
Black with #A8B69E
Text Example
Text Example
White with #A8B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B69E; }
p { color: rgb(168,182,158); }
H1.HeaderClassName
{
color: #A8B69E;
}
.AnyTagClassName
{
color: #A8B69E;
}
</style>
background-color css
<style>
a { background-color: #A8B69E; }
a { background-color: rgb(168,182,158); }
div.DivClassName
{
background-color: #A8B69E;
}
.BgClassName
{
background-color: #A8B69E;
}
</style>
border-color css
<style>
span { border-color: #A8B69E; }
span { border-color: rgb(168,182,158); }
td.TdClassName
{
border-color: #A8B69E;
}
.TagClassName
{
border-color: #A8B69E;
}
</style>