Shades of Norway #A3BD8F
Tints of Norway #A3BD8F
RGB
CMYK
RGB Variations
Color information
#A3BD8F (or 0xA3BD8F) is known color: Norway. HEX triplet: A3, BD and 8F. RGB value is (163,189,143). Sum of RGB (Red+Green+Blue) = 163+189+143=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD8F is #5C4270. Grayscale: #B0B0B0. Windows color (decimal): -6046321 or 9420195. OLE color: 9420195.
HSL color Cylindrical-coordinate representation of color #A3BD8F: hue angle of 93.91º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BD8F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 143 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.26 |
| HSL | 93.91º | 0.26% | 0.65% | - |
| HSV(B) | 93.91º | 0.24% | 0.74% | - |
| XYZ | 38.26 | 46.16 | 32.88 | - |
| YUV | 175.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 143 | 0.14 | 0 | 0.24 | 0.26 | 93.91 | 0.26 | 0.65 |
| Hex | A3 | BD | 8F | E | 0 | 18 | 1A | 5E | 1A | 41 |
| Octal | 243 | 275 | 217 | 16 | 0 | 30 | 32 | 136 | 32 | 101 |
| Binary | 10100011 | 10111101 | 10001111 | 1110 | 0 | 11000 | 11010 | 1011110 | 11010 | 1000001 |
Color Harmonies of #A3BD8F
Complementary color
Monochromatic Colors of #A3BD8F
Black with #A3BD8F
Text Example
Text Example
White with #A3BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD8F; }
p { color: rgb(163,189,143); }
H1.HeaderClassName
{
color: #A3BD8F;
}
.AnyTagClassName
{
color: #A3BD8F;
}
</style>
background-color css
<style>
a { background-color: #A3BD8F; }
a { background-color: rgb(163,189,143); }
div.DivClassName
{
background-color: #A3BD8F;
}
.BgClassName
{
background-color: #A3BD8F;
}
</style>
border-color css
<style>
span { border-color: #A3BD8F; }
span { border-color: rgb(163,189,143); }
td.TdClassName
{
border-color: #A3BD8F;
}
.TagClassName
{
border-color: #A3BD8F;
}
</style>