Shades of Norway #A5B289
Tints of Norway #A5B289
RGB
CMYK
RGB Variations
Color information
#A5B289 (or 0xA5B289) is known color: Norway. HEX triplet: A5, B2 and 89. RGB value is (165,178,137). Sum of RGB (Red+Green+Blue) = 165+178+137=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B289 is #5A4D76. Grayscale: #A9A9A9. Windows color (decimal): -5918071 or 9024165. OLE color: 9024165.
HSL color Cylindrical-coordinate representation of color #A5B289: hue angle of 79.02º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5B289 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 137 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.30 |
| HSL | 79.02º | 0.21% | 0.62% | - |
| HSV(B) | 79.02º | 0.23% | 0.7% | - |
| XYZ | 35.95 | 41.65 | 29.81 | - |
| YUV | 169.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 137 | 0.07 | 0 | 0.23 | 0.30 | 79.02 | 0.21 | 0.62 |
| Hex | A5 | B2 | 89 | 7 | 0 | 17 | 1E | 4F | 15 | 3E |
| Octal | 245 | 262 | 211 | 7 | 0 | 27 | 36 | 117 | 25 | 76 |
| Binary | 10100101 | 10110010 | 10001001 | 111 | 0 | 10111 | 11110 | 1001111 | 10101 | 111110 |
Color Harmonies of #A5B289
Complementary color
Monochromatic Colors of #A5B289
Black with #A5B289
Text Example
Text Example
White with #A5B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B289; }
p { color: rgb(165,178,137); }
H1.HeaderClassName
{
color: #A5B289;
}
.AnyTagClassName
{
color: #A5B289;
}
</style>
background-color css
<style>
a { background-color: #A5B289; }
a { background-color: rgb(165,178,137); }
div.DivClassName
{
background-color: #A5B289;
}
.BgClassName
{
background-color: #A5B289;
}
</style>
border-color css
<style>
span { border-color: #A5B289; }
span { border-color: rgb(165,178,137); }
td.TdClassName
{
border-color: #A5B289;
}
.TagClassName
{
border-color: #A5B289;
}
</style>