Shades of Norway #A5B787
Tints of Norway #A5B787
RGB
CMYK
RGB Variations
Color information
#A5B787 (or 0xA5B787) is known color: Norway. HEX triplet: A5, B7 and 87. RGB value is (165,183,135). Sum of RGB (Red+Green+Blue) = 165+183+135=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B787 is #5A4878. Grayscale: #ACACAC. Windows color (decimal): -5916793 or 8894373. OLE color: 8894373.
HSL color Cylindrical-coordinate representation of color #A5B787: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B787 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 135 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.28 |
| HSL | 82.5º | 0.25% | 0.62% | - |
| HSV(B) | 82.5º | 0.26% | 0.72% | - |
| XYZ | 36.82 | 43.62 | 29.4 | - |
| YUV | 172.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 135 | 0.10 | 0 | 0.26 | 0.28 | 82.5 | 0.25 | 0.62 |
| Hex | A5 | B7 | 87 | A | 0 | 1A | 1C | 52 | 19 | 3E |
| Octal | 245 | 267 | 207 | 12 | 0 | 32 | 34 | 122 | 31 | 76 |
| Binary | 10100101 | 10110111 | 10000111 | 1010 | 0 | 11010 | 11100 | 1010010 | 11001 | 111110 |
Color Harmonies of #A5B787
Complementary color
Monochromatic Colors of #A5B787
Black with #A5B787
Text Example
Text Example
White with #A5B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B787; }
p { color: rgb(165,183,135); }
H1.HeaderClassName
{
color: #A5B787;
}
.AnyTagClassName
{
color: #A5B787;
}
</style>
background-color css
<style>
a { background-color: #A5B787; }
a { background-color: rgb(165,183,135); }
div.DivClassName
{
background-color: #A5B787;
}
.BgClassName
{
background-color: #A5B787;
}
</style>
border-color css
<style>
span { border-color: #A5B787; }
span { border-color: rgb(165,183,135); }
td.TdClassName
{
border-color: #A5B787;
}
.TagClassName
{
border-color: #A5B787;
}
</style>