Shades of Norway #A5B287
Tints of Norway #A5B287
RGB
CMYK
RGB Variations
Color information
#A5B287 (or 0xA5B287) is known color: Norway. HEX triplet: A5, B2 and 87. RGB value is (165,178,135). Sum of RGB (Red+Green+Blue) = 165+178+135=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B287 is #5A4D78. Grayscale: #A9A9A9. Windows color (decimal): -5918073 or 8893093. OLE color: 8893093.
HSL color Cylindrical-coordinate representation of color #A5B287: hue angle of 78.14º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B287 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 135 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.30 |
| HSL | 78.14º | 0.22% | 0.61% | - |
| HSV(B) | 78.14º | 0.24% | 0.7% | - |
| XYZ | 35.81 | 41.59 | 29.06 | - |
| YUV | 169.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 135 | 0.07 | 0 | 0.24 | 0.30 | 78.14 | 0.22 | 0.61 |
| Hex | A5 | B2 | 87 | 7 | 0 | 18 | 1E | 4E | 16 | 3D |
| Octal | 245 | 262 | 207 | 7 | 0 | 30 | 36 | 116 | 26 | 75 |
| Binary | 10100101 | 10110010 | 10000111 | 111 | 0 | 11000 | 11110 | 1001110 | 10110 | 111101 |
Color Harmonies of #A5B287
Complementary color
Monochromatic Colors of #A5B287
Black with #A5B287
Text Example
Text Example
White with #A5B287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B287; }
p { color: rgb(165,178,135); }
H1.HeaderClassName
{
color: #A5B287;
}
.AnyTagClassName
{
color: #A5B287;
}
</style>
background-color css
<style>
a { background-color: #A5B287; }
a { background-color: rgb(165,178,135); }
div.DivClassName
{
background-color: #A5B287;
}
.BgClassName
{
background-color: #A5B287;
}
</style>
border-color css
<style>
span { border-color: #A5B287; }
span { border-color: rgb(165,178,135); }
td.TdClassName
{
border-color: #A5B287;
}
.TagClassName
{
border-color: #A5B287;
}
</style>