Shades of Norway #A5B58E
Tints of Norway #A5B58E
RGB
CMYK
RGB Variations
Color information
#A5B58E (or 0xA5B58E) is known color: Norway. HEX triplet: A5, B5 and 8E. RGB value is (165,181,142). Sum of RGB (Red+Green+Blue) = 165+181+142=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B58E is #5A4A71. Grayscale: #ABABAB. Windows color (decimal): -5917298 or 9352613. OLE color: 9352613.
HSL color Cylindrical-coordinate representation of color #A5B58E: hue angle of 84.62º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B58E is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 142 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.29 |
| HSL | 84.62º | 0.21% | 0.63% | - |
| HSV(B) | 84.62º | 0.22% | 0.71% | - |
| XYZ | 36.92 | 43 | 31.94 | - |
| YUV | 171.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 142 | 0.09 | 0 | 0.22 | 0.29 | 84.62 | 0.21 | 0.63 |
| Hex | A5 | B5 | 8E | 9 | 0 | 16 | 1D | 55 | 15 | 3F |
| Octal | 245 | 265 | 216 | 11 | 0 | 26 | 35 | 125 | 25 | 77 |
| Binary | 10100101 | 10110101 | 10001110 | 1001 | 0 | 10110 | 11101 | 1010101 | 10101 | 111111 |
Color Harmonies of #A5B58E
Complementary color
Monochromatic Colors of #A5B58E
Black with #A5B58E
Text Example
Text Example
White with #A5B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B58E; }
p { color: rgb(165,181,142); }
H1.HeaderClassName
{
color: #A5B58E;
}
.AnyTagClassName
{
color: #A5B58E;
}
</style>
background-color css
<style>
a { background-color: #A5B58E; }
a { background-color: rgb(165,181,142); }
div.DivClassName
{
background-color: #A5B58E;
}
.BgClassName
{
background-color: #A5B58E;
}
</style>
border-color css
<style>
span { border-color: #A5B58E; }
span { border-color: rgb(165,181,142); }
td.TdClassName
{
border-color: #A5B58E;
}
.TagClassName
{
border-color: #A5B58E;
}
</style>