Shades of Norway #A3B095
Tints of Norway #A3B095
RGB
CMYK
RGB Variations
Color information
#A3B095 (or 0xA3B095) is known color: Norway. HEX triplet: A3, B0 and 95. RGB value is (163,176,149). Sum of RGB (Red+Green+Blue) = 163+176+149=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B095 is #5C4F6A. Grayscale: #A9A9A9. Windows color (decimal): -6049643 or 9810083. OLE color: 9810083.
HSL color Cylindrical-coordinate representation of color #A3B095: hue angle of 88.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B095 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 149 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.31 |
| HSL | 88.89º | 0.15% | 0.64% | - |
| HSV(B) | 88.89º | 0.15% | 0.69% | - |
| XYZ | 36.05 | 41.01 | 34.45 | - |
| YUV | 169.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 149 | 0.07 | 0 | 0.15 | 0.31 | 88.89 | 0.15 | 0.64 |
| Hex | A3 | B0 | 95 | 7 | 0 | F | 1F | 59 | F | 40 |
| Octal | 243 | 260 | 225 | 7 | 0 | 17 | 37 | 131 | 17 | 100 |
| Binary | 10100011 | 10110000 | 10010101 | 111 | 0 | 1111 | 11111 | 1011001 | 1111 | 1000000 |
Color Harmonies of #A3B095
Complementary color
Monochromatic Colors of #A3B095
Black with #A3B095
Text Example
Text Example
White with #A3B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B095; }
p { color: rgb(163,176,149); }
H1.HeaderClassName
{
color: #A3B095;
}
.AnyTagClassName
{
color: #A3B095;
}
</style>
background-color css
<style>
a { background-color: #A3B095; }
a { background-color: rgb(163,176,149); }
div.DivClassName
{
background-color: #A3B095;
}
.BgClassName
{
background-color: #A3B095;
}
</style>
border-color css
<style>
span { border-color: #A3B095; }
span { border-color: rgb(163,176,149); }
td.TdClassName
{
border-color: #A3B095;
}
.TagClassName
{
border-color: #A3B095;
}
</style>