Shades of Norway #A4B386
Tints of Norway #A4B386
RGB
CMYK
RGB Variations
Color information
#A4B386 (or 0xA4B386) is known color: Norway. HEX triplet: A4, B3 and 86. RGB value is (164,179,134). Sum of RGB (Red+Green+Blue) = 164+179+134=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B386 is #5B4C79. Grayscale: #A9A9A9. Windows color (decimal): -5983354 or 8827812. OLE color: 8827812.
HSL color Cylindrical-coordinate representation of color #A4B386: hue angle of 80º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B386 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 134 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.30 |
| HSL | 80º | 0.23% | 0.61% | - |
| HSV(B) | 80º | 0.25% | 0.7% | - |
| XYZ | 35.73 | 41.85 | 28.75 | - |
| YUV | 169.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 134 | 0.08 | 0 | 0.25 | 0.30 | 80 | 0.23 | 0.61 |
| Hex | A4 | B3 | 86 | 8 | 0 | 19 | 1E | 50 | 17 | 3D |
| Octal | 244 | 263 | 206 | 10 | 0 | 31 | 36 | 120 | 27 | 75 |
| Binary | 10100100 | 10110011 | 10000110 | 1000 | 0 | 11001 | 11110 | 1010000 | 10111 | 111101 |
Color Harmonies of #A4B386
Complementary color
Monochromatic Colors of #A4B386
Black with #A4B386
Text Example
Text Example
White with #A4B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B386; }
p { color: rgb(164,179,134); }
H1.HeaderClassName
{
color: #A4B386;
}
.AnyTagClassName
{
color: #A4B386;
}
</style>
background-color css
<style>
a { background-color: #A4B386; }
a { background-color: rgb(164,179,134); }
div.DivClassName
{
background-color: #A4B386;
}
.BgClassName
{
background-color: #A4B386;
}
</style>
border-color css
<style>
span { border-color: #A4B386; }
span { border-color: rgb(164,179,134); }
td.TdClassName
{
border-color: #A4B386;
}
.TagClassName
{
border-color: #A4B386;
}
</style>