Shades of Norway #A3B492
Tints of Norway #A3B492
RGB
CMYK
RGB Variations
Color information
#A3B492 (or 0xA3B492) is known color: Norway. HEX triplet: A3, B4 and 92. RGB value is (163,180,146). Sum of RGB (Red+Green+Blue) = 163+180+146=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B492 is #5C4B6D. Grayscale: #ABABAB. Windows color (decimal): -6048622 or 9614499. OLE color: 9614499.
HSL color Cylindrical-coordinate representation of color #A3B492: hue angle of 90º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B492 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 146 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.29 |
| HSL | 90º | 0.18% | 0.64% | - |
| HSV(B) | 90º | 0.19% | 0.71% | - |
| XYZ | 36.61 | 42.5 | 33.47 | - |
| YUV | 171.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 146 | 0.09 | 0 | 0.19 | 0.29 | 90 | 0.18 | 0.64 |
| Hex | A3 | B4 | 92 | 9 | 0 | 13 | 1D | 5A | 12 | 40 |
| Octal | 243 | 264 | 222 | 11 | 0 | 23 | 35 | 132 | 22 | 100 |
| Binary | 10100011 | 10110100 | 10010010 | 1001 | 0 | 10011 | 11101 | 1011010 | 10010 | 1000000 |
Color Harmonies of #A3B492
Complementary color
Monochromatic Colors of #A3B492
Black with #A3B492
Text Example
Text Example
White with #A3B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B492; }
p { color: rgb(163,180,146); }
H1.HeaderClassName
{
color: #A3B492;
}
.AnyTagClassName
{
color: #A3B492;
}
</style>
background-color css
<style>
a { background-color: #A3B492; }
a { background-color: rgb(163,180,146); }
div.DivClassName
{
background-color: #A3B492;
}
.BgClassName
{
background-color: #A3B492;
}
</style>
border-color css
<style>
span { border-color: #A3B492; }
span { border-color: rgb(163,180,146); }
td.TdClassName
{
border-color: #A3B492;
}
.TagClassName
{
border-color: #A3B492;
}
</style>