Shades of Norway #A3B086
Tints of Norway #A3B086
RGB
CMYK
RGB Variations
Color information
#A3B086 (or 0xA3B086) is known color: Norway. HEX triplet: A3, B0 and 86. RGB value is (163,176,134). Sum of RGB (Red+Green+Blue) = 163+176+134=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B086 is #5C4F79. Grayscale: #A7A7A7. Windows color (decimal): -6049658 or 8827043. OLE color: 8827043.
HSL color Cylindrical-coordinate representation of color #A3B086: hue angle of 78.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B086 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 134 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.31 |
| HSL | 78.57º | 0.21% | 0.61% | - |
| HSV(B) | 78.57º | 0.24% | 0.69% | - |
| XYZ | 34.93 | 40.56 | 28.54 | - |
| YUV | 167.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 134 | 0.07 | 0 | 0.24 | 0.31 | 78.57 | 0.21 | 0.61 |
| Hex | A3 | B0 | 86 | 7 | 0 | 18 | 1F | 4F | 15 | 3D |
| Octal | 243 | 260 | 206 | 7 | 0 | 30 | 37 | 117 | 25 | 75 |
| Binary | 10100011 | 10110000 | 10000110 | 111 | 0 | 11000 | 11111 | 1001111 | 10101 | 111101 |
Color Harmonies of #A3B086
Complementary color
Monochromatic Colors of #A3B086
Black with #A3B086
Text Example
Text Example
White with #A3B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B086; }
p { color: rgb(163,176,134); }
H1.HeaderClassName
{
color: #A3B086;
}
.AnyTagClassName
{
color: #A3B086;
}
</style>
background-color css
<style>
a { background-color: #A3B086; }
a { background-color: rgb(163,176,134); }
div.DivClassName
{
background-color: #A3B086;
}
.BgClassName
{
background-color: #A3B086;
}
</style>
border-color css
<style>
span { border-color: #A3B086; }
span { border-color: rgb(163,176,134); }
td.TdClassName
{
border-color: #A3B086;
}
.TagClassName
{
border-color: #A3B086;
}
</style>