Shades of Norway #A3BA8A
Tints of Norway #A3BA8A
RGB
CMYK
RGB Variations
Color information
#A3BA8A (or 0xA3BA8A) is known color: Norway. HEX triplet: A3, BA and 8A. RGB value is (163,186,138). Sum of RGB (Red+Green+Blue) = 163+186+138=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA8A is #5C4575. Grayscale: #ADADAD. Windows color (decimal): -6047094 or 9091747. OLE color: 9091747.
HSL color Cylindrical-coordinate representation of color #A3BA8A: hue angle of 88.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BA8A is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 138 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.27 |
| HSL | 88.75º | 0.26% | 0.64% | - |
| HSV(B) | 88.75º | 0.26% | 0.73% | - |
| XYZ | 37.25 | 44.74 | 30.72 | - |
| YUV | 173.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 138 | 0.12 | 0 | 0.26 | 0.27 | 88.75 | 0.26 | 0.64 |
| Hex | A3 | BA | 8A | C | 0 | 1A | 1B | 59 | 1A | 40 |
| Octal | 243 | 272 | 212 | 14 | 0 | 32 | 33 | 131 | 32 | 100 |
| Binary | 10100011 | 10111010 | 10001010 | 1100 | 0 | 11010 | 11011 | 1011001 | 11010 | 1000000 |
Color Harmonies of #A3BA8A
Complementary color
Monochromatic Colors of #A3BA8A
Black with #A3BA8A
Text Example
Text Example
White with #A3BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA8A; }
p { color: rgb(163,186,138); }
H1.HeaderClassName
{
color: #A3BA8A;
}
.AnyTagClassName
{
color: #A3BA8A;
}
</style>
background-color css
<style>
a { background-color: #A3BA8A; }
a { background-color: rgb(163,186,138); }
div.DivClassName
{
background-color: #A3BA8A;
}
.BgClassName
{
background-color: #A3BA8A;
}
</style>
border-color css
<style>
span { border-color: #A3BA8A; }
span { border-color: rgb(163,186,138); }
td.TdClassName
{
border-color: #A3BA8A;
}
.TagClassName
{
border-color: #A3BA8A;
}
</style>