Shades of Norway #A3B09B
Tints of Norway #A3B09B
RGB
CMYK
RGB Variations
Color information
#A3B09B (or 0xA3B09B) is known color: Norway. HEX triplet: A3, B0 and 9B. RGB value is (163,176,155). Sum of RGB (Red+Green+Blue) = 163+176+155=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B09B is #5C4F64. Grayscale: #A9A9A9. Windows color (decimal): -6049637 or 10203299. OLE color: 10203299.
HSL color Cylindrical-coordinate representation of color #A3B09B: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B09B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 155 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.31 |
| HSL | 97.14º | 0.12% | 0.65% | - |
| HSV(B) | 97.14º | 0.12% | 0.69% | - |
| XYZ | 36.55 | 41.2 | 37.04 | - |
| YUV | 169.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 155 | 0.07 | 0 | 0.12 | 0.31 | 97.14 | 0.12 | 0.65 |
| Hex | A3 | B0 | 9B | 7 | 0 | C | 1F | 61 | C | 41 |
| Octal | 243 | 260 | 233 | 7 | 0 | 14 | 37 | 141 | 14 | 101 |
| Binary | 10100011 | 10110000 | 10011011 | 111 | 0 | 1100 | 11111 | 1100001 | 1100 | 1000001 |
Color Harmonies of #A3B09B
Complementary color
Monochromatic Colors of #A3B09B
Black with #A3B09B
Text Example
Text Example
White with #A3B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B09B; }
p { color: rgb(163,176,155); }
H1.HeaderClassName
{
color: #A3B09B;
}
.AnyTagClassName
{
color: #A3B09B;
}
</style>
background-color css
<style>
a { background-color: #A3B09B; }
a { background-color: rgb(163,176,155); }
div.DivClassName
{
background-color: #A3B09B;
}
.BgClassName
{
background-color: #A3B09B;
}
</style>
border-color css
<style>
span { border-color: #A3B09B; }
span { border-color: rgb(163,176,155); }
td.TdClassName
{
border-color: #A3B09B;
}
.TagClassName
{
border-color: #A3B09B;
}
</style>