Shades of Norway #A5B489
Tints of Norway #A5B489
RGB
CMYK
RGB Variations
Color information
#A5B489 (or 0xA5B489) is known color: Norway. HEX triplet: A5, B4 and 89. RGB value is (165,180,137). Sum of RGB (Red+Green+Blue) = 165+180+137=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B489 is #5A4B76. Grayscale: #AAAAAA. Windows color (decimal): -5917559 or 9024677. OLE color: 9024677.
HSL color Cylindrical-coordinate representation of color #A5B489: hue angle of 80.93º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B489 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 137 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.29 |
| HSL | 80.93º | 0.22% | 0.62% | - |
| HSV(B) | 80.93º | 0.24% | 0.71% | - |
| XYZ | 36.35 | 42.45 | 29.94 | - |
| YUV | 170.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 137 | 0.08 | 0 | 0.24 | 0.29 | 80.93 | 0.22 | 0.62 |
| Hex | A5 | B4 | 89 | 8 | 0 | 18 | 1D | 51 | 16 | 3E |
| Octal | 245 | 264 | 211 | 10 | 0 | 30 | 35 | 121 | 26 | 76 |
| Binary | 10100101 | 10110100 | 10001001 | 1000 | 0 | 11000 | 11101 | 1010001 | 10110 | 111110 |
Color Harmonies of #A5B489
Complementary color
Monochromatic Colors of #A5B489
Black with #A5B489
Text Example
Text Example
White with #A5B489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B489; }
p { color: rgb(165,180,137); }
H1.HeaderClassName
{
color: #A5B489;
}
.AnyTagClassName
{
color: #A5B489;
}
</style>
background-color css
<style>
a { background-color: #A5B489; }
a { background-color: rgb(165,180,137); }
div.DivClassName
{
background-color: #A5B489;
}
.BgClassName
{
background-color: #A5B489;
}
</style>
border-color css
<style>
span { border-color: #A5B489; }
span { border-color: rgb(165,180,137); }
td.TdClassName
{
border-color: #A5B489;
}
.TagClassName
{
border-color: #A5B489;
}
</style>