Shades of Norway #A3B193
Tints of Norway #A3B193
RGB
CMYK
RGB Variations
Color information
#A3B193 (or 0xA3B193) is known color: Norway. HEX triplet: A3, B1 and 93. RGB value is (163,177,147). Sum of RGB (Red+Green+Blue) = 163+177+147=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B193 is #5C4E6C. Grayscale: #A9A9A9. Windows color (decimal): -6049389 or 9679267. OLE color: 9679267.
HSL color Cylindrical-coordinate representation of color #A3B193: hue angle of 88º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3B193 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 147 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.31 |
| HSL | 88º | 0.16% | 0.64% | - |
| HSV(B) | 88º | 0.17% | 0.69% | - |
| XYZ | 36.09 | 41.34 | 33.68 | - |
| YUV | 169.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 147 | 0.08 | 0 | 0.17 | 0.31 | 88 | 0.16 | 0.64 |
| Hex | A3 | B1 | 93 | 8 | 0 | 11 | 1F | 58 | 10 | 40 |
| Octal | 243 | 261 | 223 | 10 | 0 | 21 | 37 | 130 | 20 | 100 |
| Binary | 10100011 | 10110001 | 10010011 | 1000 | 0 | 10001 | 11111 | 1011000 | 10000 | 1000000 |
Color Harmonies of #A3B193
Complementary color
Monochromatic Colors of #A3B193
Black with #A3B193
Text Example
Text Example
White with #A3B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B193; }
p { color: rgb(163,177,147); }
H1.HeaderClassName
{
color: #A3B193;
}
.AnyTagClassName
{
color: #A3B193;
}
</style>
background-color css
<style>
a { background-color: #A3B193; }
a { background-color: rgb(163,177,147); }
div.DivClassName
{
background-color: #A3B193;
}
.BgClassName
{
background-color: #A3B193;
}
</style>
border-color css
<style>
span { border-color: #A3B193; }
span { border-color: rgb(163,177,147); }
td.TdClassName
{
border-color: #A3B193;
}
.TagClassName
{
border-color: #A3B193;
}
</style>