Shades of Norway #A3B290
Tints of Norway #A3B290
RGB
CMYK
RGB Variations
Color information
#A3B290 (or 0xA3B290) is known color: Norway. HEX triplet: A3, B2 and 90. RGB value is (163,178,144). Sum of RGB (Red+Green+Blue) = 163+178+144=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B290 is #5C4D6F. Grayscale: #A9A9A9. Windows color (decimal): -6049136 or 9482915. OLE color: 9482915.
HSL color Cylindrical-coordinate representation of color #A3B290: hue angle of 86.47º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B290 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 144 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.30 |
| HSL | 86.47º | 0.18% | 0.63% | - |
| HSV(B) | 86.47º | 0.19% | 0.7% | - |
| XYZ | 36.06 | 41.64 | 32.52 | - |
| YUV | 169.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 144 | 0.08 | 0 | 0.19 | 0.30 | 86.47 | 0.18 | 0.63 |
| Hex | A3 | B2 | 90 | 8 | 0 | 13 | 1E | 56 | 12 | 3F |
| Octal | 243 | 262 | 220 | 10 | 0 | 23 | 36 | 126 | 22 | 77 |
| Binary | 10100011 | 10110010 | 10010000 | 1000 | 0 | 10011 | 11110 | 1010110 | 10010 | 111111 |
Color Harmonies of #A3B290
Complementary color
Monochromatic Colors of #A3B290
Black with #A3B290
Text Example
Text Example
White with #A3B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B290; }
p { color: rgb(163,178,144); }
H1.HeaderClassName
{
color: #A3B290;
}
.AnyTagClassName
{
color: #A3B290;
}
</style>
background-color css
<style>
a { background-color: #A3B290; }
a { background-color: rgb(163,178,144); }
div.DivClassName
{
background-color: #A3B290;
}
.BgClassName
{
background-color: #A3B290;
}
</style>
border-color css
<style>
span { border-color: #A3B290; }
span { border-color: rgb(163,178,144); }
td.TdClassName
{
border-color: #A3B290;
}
.TagClassName
{
border-color: #A3B290;
}
</style>