Shades of Norway #A0B787
Tints of Norway #A0B787
RGB
CMYK
RGB Variations
Color information
#A0B787 (or 0xA0B787) is known color: Norway. HEX triplet: A0, B7 and 87. RGB value is (160,183,135). Sum of RGB (Red+Green+Blue) = 160+183+135=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B787 is #5F4878. Grayscale: #AAAAAA. Windows color (decimal): -6244473 or 8894368. OLE color: 8894368.
HSL color Cylindrical-coordinate representation of color #A0B787: hue angle of 88.75º 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 #A0B787 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 135 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.28 |
| HSL | 88.75º | 0.25% | 0.62% | - |
| HSV(B) | 88.75º | 0.26% | 0.72% | - |
| XYZ | 35.8 | 43.09 | 29.35 | - |
| YUV | 170.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 135 | 0.13 | 0 | 0.26 | 0.28 | 88.75 | 0.25 | 0.62 |
| Hex | A0 | B7 | 87 | D | 0 | 1A | 1C | 59 | 19 | 3E |
| Octal | 240 | 267 | 207 | 15 | 0 | 32 | 34 | 131 | 31 | 76 |
| Binary | 10100000 | 10110111 | 10000111 | 1101 | 0 | 11010 | 11100 | 1011001 | 11001 | 111110 |
Color Harmonies of #A0B787
Complementary color
Monochromatic Colors of #A0B787
Black with #A0B787
Text Example
Text Example
White with #A0B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B787; }
p { color: rgb(160,183,135); }
H1.HeaderClassName
{
color: #A0B787;
}
.AnyTagClassName
{
color: #A0B787;
}
</style>
background-color css
<style>
a { background-color: #A0B787; }
a { background-color: rgb(160,183,135); }
div.DivClassName
{
background-color: #A0B787;
}
.BgClassName
{
background-color: #A0B787;
}
</style>
border-color css
<style>
span { border-color: #A0B787; }
span { border-color: rgb(160,183,135); }
td.TdClassName
{
border-color: #A0B787;
}
.TagClassName
{
border-color: #A0B787;
}
</style>