Shades of Norway #A5B291
Tints of Norway #A5B291
RGB
CMYK
RGB Variations
Color information
#A5B291 (or 0xA5B291) is known color: Norway. HEX triplet: A5, B2 and 91. RGB value is (165,178,145). Sum of RGB (Red+Green+Blue) = 165+178+145=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B291 is #5A4D6E. Grayscale: #AAAAAA. Windows color (decimal): -5918063 or 9548453. OLE color: 9548453.
HSL color Cylindrical-coordinate representation of color #A5B291: hue angle of 83.64º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5B291 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 145 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.30 |
| HSL | 83.64º | 0.18% | 0.63% | - |
| HSV(B) | 83.64º | 0.19% | 0.7% | - |
| XYZ | 36.55 | 41.88 | 32.95 | - |
| YUV | 170.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 145 | 0.07 | 0 | 0.19 | 0.30 | 83.64 | 0.18 | 0.63 |
| Hex | A5 | B2 | 91 | 7 | 0 | 13 | 1E | 54 | 12 | 3F |
| Octal | 245 | 262 | 221 | 7 | 0 | 23 | 36 | 124 | 22 | 77 |
| Binary | 10100101 | 10110010 | 10010001 | 111 | 0 | 10011 | 11110 | 1010100 | 10010 | 111111 |
Color Harmonies of #A5B291
Complementary color
Monochromatic Colors of #A5B291
Black with #A5B291
Text Example
Text Example
White with #A5B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B291; }
p { color: rgb(165,178,145); }
H1.HeaderClassName
{
color: #A5B291;
}
.AnyTagClassName
{
color: #A5B291;
}
</style>
background-color css
<style>
a { background-color: #A5B291; }
a { background-color: rgb(165,178,145); }
div.DivClassName
{
background-color: #A5B291;
}
.BgClassName
{
background-color: #A5B291;
}
</style>
border-color css
<style>
span { border-color: #A5B291; }
span { border-color: rgb(165,178,145); }
td.TdClassName
{
border-color: #A5B291;
}
.TagClassName
{
border-color: #A5B291;
}
</style>