Shades of Norway #A3B192
Tints of Norway #A3B192
RGB
CMYK
RGB Variations
Color information
#A3B192 (or 0xA3B192) is known color: Norway. HEX triplet: A3, B1 and 92. RGB value is (163,177,146). Sum of RGB (Red+Green+Blue) = 163+177+146=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B192 is #5C4E6D. Grayscale: #A9A9A9. Windows color (decimal): -6049390 or 9613731. OLE color: 9613731.
HSL color Cylindrical-coordinate representation of color #A3B192: hue angle of 87.1º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B192 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 146 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.31 |
| HSL | 87.1º | 0.17% | 0.63% | - |
| HSV(B) | 87.1º | 0.18% | 0.69% | - |
| XYZ | 36.01 | 41.31 | 33.27 | - |
| YUV | 169.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 146 | 0.08 | 0 | 0.18 | 0.31 | 87.1 | 0.17 | 0.63 |
| Hex | A3 | B1 | 92 | 8 | 0 | 12 | 1F | 57 | 11 | 3F |
| Octal | 243 | 261 | 222 | 10 | 0 | 22 | 37 | 127 | 21 | 77 |
| Binary | 10100011 | 10110001 | 10010010 | 1000 | 0 | 10010 | 11111 | 1010111 | 10001 | 111111 |
Color Harmonies of #A3B192
Complementary color
Monochromatic Colors of #A3B192
Black with #A3B192
Text Example
Text Example
White with #A3B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B192; }
p { color: rgb(163,177,146); }
H1.HeaderClassName
{
color: #A3B192;
}
.AnyTagClassName
{
color: #A3B192;
}
</style>
background-color css
<style>
a { background-color: #A3B192; }
a { background-color: rgb(163,177,146); }
div.DivClassName
{
background-color: #A3B192;
}
.BgClassName
{
background-color: #A3B192;
}
</style>
border-color css
<style>
span { border-color: #A3B192; }
span { border-color: rgb(163,177,146); }
td.TdClassName
{
border-color: #A3B192;
}
.TagClassName
{
border-color: #A3B192;
}
</style>