Shades of Norway #A0B585
Tints of Norway #A0B585
RGB
CMYK
RGB Variations
Color information
#A0B585 (or 0xA0B585) is known color: Norway. HEX triplet: A0, B5 and 85. RGB value is (160,181,133). Sum of RGB (Red+Green+Blue) = 160+181+133=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B585 is #5F4A7A. Grayscale: #A9A9A9. Windows color (decimal): -6244987 or 8762784. OLE color: 8762784.
HSL color Cylindrical-coordinate representation of color #A0B585: hue angle of 86.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B585 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 133 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.29 |
| HSL | 86.25º | 0.24% | 0.62% | - |
| HSV(B) | 86.25º | 0.27% | 0.71% | - |
| XYZ | 35.25 | 42.21 | 28.48 | - |
| YUV | 169.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 133 | 0.12 | 0 | 0.27 | 0.29 | 86.25 | 0.24 | 0.62 |
| Hex | A0 | B5 | 85 | C | 0 | 1B | 1D | 56 | 18 | 3E |
| Octal | 240 | 265 | 205 | 14 | 0 | 33 | 35 | 126 | 30 | 76 |
| Binary | 10100000 | 10110101 | 10000101 | 1100 | 0 | 11011 | 11101 | 1010110 | 11000 | 111110 |
Color Harmonies of #A0B585
Complementary color
Monochromatic Colors of #A0B585
Black with #A0B585
Text Example
Text Example
White with #A0B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B585; }
p { color: rgb(160,181,133); }
H1.HeaderClassName
{
color: #A0B585;
}
.AnyTagClassName
{
color: #A0B585;
}
</style>
background-color css
<style>
a { background-color: #A0B585; }
a { background-color: rgb(160,181,133); }
div.DivClassName
{
background-color: #A0B585;
}
.BgClassName
{
background-color: #A0B585;
}
</style>
border-color css
<style>
span { border-color: #A0B585; }
span { border-color: rgb(160,181,133); }
td.TdClassName
{
border-color: #A0B585;
}
.TagClassName
{
border-color: #A0B585;
}
</style>