Shades of Norway #A3B098
Tints of Norway #A3B098
RGB
CMYK
RGB Variations
Color information
#A3B098 (or 0xA3B098) is known color: Norway. HEX triplet: A3, B0 and 98. RGB value is (163,176,152). Sum of RGB (Red+Green+Blue) = 163+176+152=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B098 is #5C4F67. Grayscale: #A9A9A9. Windows color (decimal): -6049640 or 10006691. OLE color: 10006691.
HSL color Cylindrical-coordinate representation of color #A3B098: hue angle of 92.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B098 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 152 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.31 |
| HSL | 92.5º | 0.13% | 0.64% | - |
| HSV(B) | 92.5º | 0.14% | 0.69% | - |
| XYZ | 36.3 | 41.1 | 35.73 | - |
| YUV | 169.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 152 | 0.07 | 0 | 0.14 | 0.31 | 92.5 | 0.13 | 0.64 |
| Hex | A3 | B0 | 98 | 7 | 0 | E | 1F | 5C | D | 40 |
| Octal | 243 | 260 | 230 | 7 | 0 | 16 | 37 | 134 | 15 | 100 |
| Binary | 10100011 | 10110000 | 10011000 | 111 | 0 | 1110 | 11111 | 1011100 | 1101 | 1000000 |
Color Harmonies of #A3B098
Complementary color
Monochromatic Colors of #A3B098
Black with #A3B098
Text Example
Text Example
White with #A3B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B098; }
p { color: rgb(163,176,152); }
H1.HeaderClassName
{
color: #A3B098;
}
.AnyTagClassName
{
color: #A3B098;
}
</style>
background-color css
<style>
a { background-color: #A3B098; }
a { background-color: rgb(163,176,152); }
div.DivClassName
{
background-color: #A3B098;
}
.BgClassName
{
background-color: #A3B098;
}
</style>
border-color css
<style>
span { border-color: #A3B098; }
span { border-color: rgb(163,176,152); }
td.TdClassName
{
border-color: #A3B098;
}
.TagClassName
{
border-color: #A3B098;
}
</style>