Shades of Norway #A5B494
Tints of Norway #A5B494
RGB
CMYK
RGB Variations
Color information
#A5B494 (or 0xA5B494) is known color: Norway. HEX triplet: A5, B4 and 94. RGB value is (165,180,148). Sum of RGB (Red+Green+Blue) = 165+180+148=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B494 is #5A4B6B. Grayscale: #ABABAB. Windows color (decimal): -5917548 or 9745573. OLE color: 9745573.
HSL color Cylindrical-coordinate representation of color #A5B494: hue angle of 88.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5B494 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 148 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.29 |
| HSL | 88.13º | 0.18% | 0.64% | - |
| HSV(B) | 88.13º | 0.18% | 0.71% | - |
| XYZ | 37.18 | 42.78 | 34.31 | - |
| YUV | 171.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 148 | 0.08 | 0 | 0.18 | 0.29 | 88.13 | 0.18 | 0.64 |
| Hex | A5 | B4 | 94 | 8 | 0 | 12 | 1D | 58 | 12 | 40 |
| Octal | 245 | 264 | 224 | 10 | 0 | 22 | 35 | 130 | 22 | 100 |
| Binary | 10100101 | 10110100 | 10010100 | 1000 | 0 | 10010 | 11101 | 1011000 | 10010 | 1000000 |
Color Harmonies of #A5B494
Complementary color
Monochromatic Colors of #A5B494
Black with #A5B494
Text Example
Text Example
White with #A5B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B494; }
p { color: rgb(165,180,148); }
H1.HeaderClassName
{
color: #A5B494;
}
.AnyTagClassName
{
color: #A5B494;
}
</style>
background-color css
<style>
a { background-color: #A5B494; }
a { background-color: rgb(165,180,148); }
div.DivClassName
{
background-color: #A5B494;
}
.BgClassName
{
background-color: #A5B494;
}
</style>
border-color css
<style>
span { border-color: #A5B494; }
span { border-color: rgb(165,180,148); }
td.TdClassName
{
border-color: #A5B494;
}
.TagClassName
{
border-color: #A5B494;
}
</style>