Shades of Norway #A5B791
Tints of Norway #A5B791
RGB
CMYK
RGB Variations
Color information
#A5B791 (or 0xA5B791) is known color: Norway. HEX triplet: A5, B7 and 91. RGB value is (165,183,145). Sum of RGB (Red+Green+Blue) = 165+183+145=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B791 is #5A486E. Grayscale: #ADADAD. Windows color (decimal): -5916783 or 9549733. OLE color: 9549733.
HSL color Cylindrical-coordinate representation of color #A5B791: hue angle of 88.42º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B791 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 145 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.28 |
| HSL | 88.42º | 0.21% | 0.64% | - |
| HSV(B) | 88.42º | 0.21% | 0.72% | - |
| XYZ | 37.56 | 43.91 | 33.28 | - |
| YUV | 173.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 145 | 0.10 | 0 | 0.21 | 0.28 | 88.42 | 0.21 | 0.64 |
| Hex | A5 | B7 | 91 | A | 0 | 15 | 1C | 58 | 15 | 40 |
| Octal | 245 | 267 | 221 | 12 | 0 | 25 | 34 | 130 | 25 | 100 |
| Binary | 10100101 | 10110111 | 10010001 | 1010 | 0 | 10101 | 11100 | 1011000 | 10101 | 1000000 |
Color Harmonies of #A5B791
Complementary color
Monochromatic Colors of #A5B791
Black with #A5B791
Text Example
Text Example
White with #A5B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B791; }
p { color: rgb(165,183,145); }
H1.HeaderClassName
{
color: #A5B791;
}
.AnyTagClassName
{
color: #A5B791;
}
</style>
background-color css
<style>
a { background-color: #A5B791; }
a { background-color: rgb(165,183,145); }
div.DivClassName
{
background-color: #A5B791;
}
.BgClassName
{
background-color: #A5B791;
}
</style>
border-color css
<style>
span { border-color: #A5B791; }
span { border-color: rgb(165,183,145); }
td.TdClassName
{
border-color: #A5B791;
}
.TagClassName
{
border-color: #A5B791;
}
</style>