Shades of Norway #A6B29C
Tints of Norway #A6B29C
RGB
CMYK
RGB Variations
Color information
#A6B29C (or 0xA6B29C) is known color: Norway. HEX triplet: A6, B2 and 9C. RGB value is (166,178,156). Sum of RGB (Red+Green+Blue) = 166+178+156=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29C is #594D63. Grayscale: #ABABAB. Windows color (decimal): -5852516 or 10269350. OLE color: 10269350.
HSL color Cylindrical-coordinate representation of color #A6B29C: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B29C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 156 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.30 |
| HSL | 92.73º | 0.13% | 0.65% | - |
| HSV(B) | 92.73º | 0.12% | 0.7% | - |
| XYZ | 37.65 | 42.35 | 37.64 | - |
| YUV | 171.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 156 | 0.07 | 0 | 0.12 | 0.30 | 92.73 | 0.13 | 0.65 |
| Hex | A6 | B2 | 9C | 7 | 0 | C | 1E | 5D | C | 41 |
| Octal | 246 | 262 | 234 | 7 | 0 | 14 | 36 | 135 | 14 | 101 |
| Binary | 10100110 | 10110010 | 10011100 | 111 | 0 | 1100 | 11110 | 1011101 | 1100 | 1000001 |
Color Harmonies of #A6B29C
Complementary color
Monochromatic Colors of #A6B29C
Black with #A6B29C
Text Example
Text Example
White with #A6B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B29C; }
p { color: rgb(166,178,156); }
H1.HeaderClassName
{
color: #A6B29C;
}
.AnyTagClassName
{
color: #A6B29C;
}
</style>
background-color css
<style>
a { background-color: #A6B29C; }
a { background-color: rgb(166,178,156); }
div.DivClassName
{
background-color: #A6B29C;
}
.BgClassName
{
background-color: #A6B29C;
}
</style>
border-color css
<style>
span { border-color: #A6B29C; }
span { border-color: rgb(166,178,156); }
td.TdClassName
{
border-color: #A6B29C;
}
.TagClassName
{
border-color: #A6B29C;
}
</style>