Shades of Norway #A3B694
Tints of Norway #A3B694
RGB
CMYK
RGB Variations
Color information
#A3B694 (or 0xA3B694) is known color: Norway. HEX triplet: A3, B6 and 94. RGB value is (163,182,148). Sum of RGB (Red+Green+Blue) = 163+182+148=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B694 is #5C496B. Grayscale: #ACACAC. Windows color (decimal): -6048108 or 9746083. OLE color: 9746083.
HSL color Cylindrical-coordinate representation of color #A3B694: hue angle of 93.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B694 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 148 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.29 |
| HSL | 93.53º | 0.19% | 0.65% | - |
| HSV(B) | 93.53º | 0.19% | 0.71% | - |
| XYZ | 37.18 | 43.38 | 34.43 | - |
| YUV | 172.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 148 | 0.10 | 0 | 0.19 | 0.29 | 93.53 | 0.19 | 0.65 |
| Hex | A3 | B6 | 94 | A | 0 | 13 | 1D | 5E | 13 | 41 |
| Octal | 243 | 266 | 224 | 12 | 0 | 23 | 35 | 136 | 23 | 101 |
| Binary | 10100011 | 10110110 | 10010100 | 1010 | 0 | 10011 | 11101 | 1011110 | 10011 | 1000001 |
Color Harmonies of #A3B694
Complementary color
Monochromatic Colors of #A3B694
Black with #A3B694
Text Example
Text Example
White with #A3B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B694; }
p { color: rgb(163,182,148); }
H1.HeaderClassName
{
color: #A3B694;
}
.AnyTagClassName
{
color: #A3B694;
}
</style>
background-color css
<style>
a { background-color: #A3B694; }
a { background-color: rgb(163,182,148); }
div.DivClassName
{
background-color: #A3B694;
}
.BgClassName
{
background-color: #A3B694;
}
</style>
border-color css
<style>
span { border-color: #A3B694; }
span { border-color: rgb(163,182,148); }
td.TdClassName
{
border-color: #A3B694;
}
.TagClassName
{
border-color: #A3B694;
}
</style>