Shades of Norway #A4B586
Tints of Norway #A4B586
RGB
CMYK
RGB Variations
Color information
#A4B586 (or 0xA4B586) is known color: Norway. HEX triplet: A4, B5 and 86. RGB value is (164,181,134). Sum of RGB (Red+Green+Blue) = 164+181+134=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B586 is #5B4A79. Grayscale: #AAAAAA. Windows color (decimal): -5982842 or 8828324. OLE color: 8828324.
HSL color Cylindrical-coordinate representation of color #A4B586: hue angle of 81.7º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B586 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 134 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.29 |
| HSL | 81.7º | 0.24% | 0.62% | - |
| HSV(B) | 81.7º | 0.26% | 0.71% | - |
| XYZ | 36.14 | 42.66 | 28.88 | - |
| YUV | 170.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 134 | 0.09 | 0 | 0.26 | 0.29 | 81.7 | 0.24 | 0.62 |
| Hex | A4 | B5 | 86 | 9 | 0 | 1A | 1D | 52 | 18 | 3E |
| Octal | 244 | 265 | 206 | 11 | 0 | 32 | 35 | 122 | 30 | 76 |
| Binary | 10100100 | 10110101 | 10000110 | 1001 | 0 | 11010 | 11101 | 1010010 | 11000 | 111110 |
Color Harmonies of #A4B586
Complementary color
Monochromatic Colors of #A4B586
Black with #A4B586
Text Example
Text Example
White with #A4B586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B586; }
p { color: rgb(164,181,134); }
H1.HeaderClassName
{
color: #A4B586;
}
.AnyTagClassName
{
color: #A4B586;
}
</style>
background-color css
<style>
a { background-color: #A4B586; }
a { background-color: rgb(164,181,134); }
div.DivClassName
{
background-color: #A4B586;
}
.BgClassName
{
background-color: #A4B586;
}
</style>
border-color css
<style>
span { border-color: #A4B586; }
span { border-color: rgb(164,181,134); }
td.TdClassName
{
border-color: #A4B586;
}
.TagClassName
{
border-color: #A4B586;
}
</style>