Shades of Norway #A3B792
Tints of Norway #A3B792
RGB
CMYK
RGB Variations
Color information
#A3B792 (or 0xA3B792) is known color: Norway. HEX triplet: A3, B7 and 92. RGB value is (163,183,146). Sum of RGB (Red+Green+Blue) = 163+183+146=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B792 is #5C486D. Grayscale: #ACACAC. Windows color (decimal): -6047854 or 9615267. OLE color: 9615267.
HSL color Cylindrical-coordinate representation of color #A3B792: hue angle of 92.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B792 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 146 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.28 |
| HSL | 92.43º | 0.2% | 0.65% | - |
| HSV(B) | 92.43º | 0.2% | 0.72% | - |
| XYZ | 37.23 | 43.73 | 33.67 | - |
| YUV | 172.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 146 | 0.11 | 0 | 0.20 | 0.28 | 92.43 | 0.2 | 0.65 |
| Hex | A3 | B7 | 92 | B | 0 | 14 | 1C | 5C | 14 | 41 |
| Octal | 243 | 267 | 222 | 13 | 0 | 24 | 34 | 134 | 24 | 101 |
| Binary | 10100011 | 10110111 | 10010010 | 1011 | 0 | 10100 | 11100 | 1011100 | 10100 | 1000001 |
Color Harmonies of #A3B792
Complementary color
Monochromatic Colors of #A3B792
Black with #A3B792
Text Example
Text Example
White with #A3B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B792; }
p { color: rgb(163,183,146); }
H1.HeaderClassName
{
color: #A3B792;
}
.AnyTagClassName
{
color: #A3B792;
}
</style>
background-color css
<style>
a { background-color: #A3B792; }
a { background-color: rgb(163,183,146); }
div.DivClassName
{
background-color: #A3B792;
}
.BgClassName
{
background-color: #A3B792;
}
</style>
border-color css
<style>
span { border-color: #A3B792; }
span { border-color: rgb(163,183,146); }
td.TdClassName
{
border-color: #A3B792;
}
.TagClassName
{
border-color: #A3B792;
}
</style>