Shades of Norway #A5B295
Tints of Norway #A5B295
RGB
CMYK
RGB Variations
Color information
#A5B295 (or 0xA5B295) is known color: Norway. HEX triplet: A5, B2 and 95. RGB value is (165,178,149). Sum of RGB (Red+Green+Blue) = 165+178+149=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B295 is #5A4D6A. Grayscale: #AAAAAA. Windows color (decimal): -5918059 or 9810597. OLE color: 9810597.
HSL color Cylindrical-coordinate representation of color #A5B295: hue angle of 86.9º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B295 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 149 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.30 |
| HSL | 86.9º | 0.16% | 0.64% | - |
| HSV(B) | 86.9º | 0.16% | 0.7% | - |
| XYZ | 36.86 | 42.01 | 34.6 | - |
| YUV | 170.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 149 | 0.07 | 0 | 0.16 | 0.30 | 86.9 | 0.16 | 0.64 |
| Hex | A5 | B2 | 95 | 7 | 0 | 10 | 1E | 57 | 10 | 40 |
| Octal | 245 | 262 | 225 | 7 | 0 | 20 | 36 | 127 | 20 | 100 |
| Binary | 10100101 | 10110010 | 10010101 | 111 | 0 | 10000 | 11110 | 1010111 | 10000 | 1000000 |
Color Harmonies of #A5B295
Complementary color
Monochromatic Colors of #A5B295
Black with #A5B295
Text Example
Text Example
White with #A5B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B295; }
p { color: rgb(165,178,149); }
H1.HeaderClassName
{
color: #A5B295;
}
.AnyTagClassName
{
color: #A5B295;
}
</style>
background-color css
<style>
a { background-color: #A5B295; }
a { background-color: rgb(165,178,149); }
div.DivClassName
{
background-color: #A5B295;
}
.BgClassName
{
background-color: #A5B295;
}
</style>
border-color css
<style>
span { border-color: #A5B295; }
span { border-color: rgb(165,178,149); }
td.TdClassName
{
border-color: #A5B295;
}
.TagClassName
{
border-color: #A5B295;
}
</style>