Shades of Norway #A6B299
Tints of Norway #A6B299
RGB
CMYK
RGB Variations
Color information
#A6B299 (or 0xA6B299) is known color: Norway. HEX triplet: A6, B2 and 99. RGB value is (166,178,153). Sum of RGB (Red+Green+Blue) = 166+178+153=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B299 is #594D66. Grayscale: #ABABAB. Windows color (decimal): -5852519 or 10072742. OLE color: 10072742.
HSL color Cylindrical-coordinate representation of color #A6B299: hue angle of 88.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B299 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 153 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.30 |
| HSL | 88.8º | 0.14% | 0.65% | - |
| HSV(B) | 88.8º | 0.14% | 0.7% | - |
| XYZ | 37.4 | 42.25 | 36.32 | - |
| YUV | 171.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 153 | 0.07 | 0 | 0.14 | 0.30 | 88.8 | 0.14 | 0.65 |
| Hex | A6 | B2 | 99 | 7 | 0 | E | 1E | 59 | E | 41 |
| Octal | 246 | 262 | 231 | 7 | 0 | 16 | 36 | 131 | 16 | 101 |
| Binary | 10100110 | 10110010 | 10011001 | 111 | 0 | 1110 | 11110 | 1011001 | 1110 | 1000001 |
Color Harmonies of #A6B299
Complementary color
Monochromatic Colors of #A6B299
Black with #A6B299
Text Example
Text Example
White with #A6B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B299; }
p { color: rgb(166,178,153); }
H1.HeaderClassName
{
color: #A6B299;
}
.AnyTagClassName
{
color: #A6B299;
}
</style>
background-color css
<style>
a { background-color: #A6B299; }
a { background-color: rgb(166,178,153); }
div.DivClassName
{
background-color: #A6B299;
}
.BgClassName
{
background-color: #A6B299;
}
</style>
border-color css
<style>
span { border-color: #A6B299; }
span { border-color: rgb(166,178,153); }
td.TdClassName
{
border-color: #A6B299;
}
.TagClassName
{
border-color: #A6B299;
}
</style>