Shades of Norway #A3B585
Tints of Norway #A3B585
RGB
CMYK
RGB Variations
Color information
#A3B585 (or 0xA3B585) is known color: Norway. HEX triplet: A3, B5 and 85. RGB value is (163,181,133). Sum of RGB (Red+Green+Blue) = 163+181+133=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B585 is #5C4A7A. Grayscale: #AAAAAA. Windows color (decimal): -6048379 or 8762787. OLE color: 8762787.
HSL color Cylindrical-coordinate representation of color #A3B585: hue angle of 82.5º 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 #A3B585 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 133 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.29 |
| HSL | 82.5º | 0.24% | 0.62% | - |
| HSV(B) | 82.5º | 0.27% | 0.71% | - |
| XYZ | 35.86 | 42.53 | 28.51 | - |
| YUV | 170.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 133 | 0.10 | 0 | 0.27 | 0.29 | 82.5 | 0.24 | 0.62 |
| Hex | A3 | B5 | 85 | A | 0 | 1B | 1D | 52 | 18 | 3E |
| Octal | 243 | 265 | 205 | 12 | 0 | 33 | 35 | 122 | 30 | 76 |
| Binary | 10100011 | 10110101 | 10000101 | 1010 | 0 | 11011 | 11101 | 1010010 | 11000 | 111110 |
Color Harmonies of #A3B585
Complementary color
Monochromatic Colors of #A3B585
Black with #A3B585
Text Example
Text Example
White with #A3B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B585; }
p { color: rgb(163,181,133); }
H1.HeaderClassName
{
color: #A3B585;
}
.AnyTagClassName
{
color: #A3B585;
}
</style>
background-color css
<style>
a { background-color: #A3B585; }
a { background-color: rgb(163,181,133); }
div.DivClassName
{
background-color: #A3B585;
}
.BgClassName
{
background-color: #A3B585;
}
</style>
border-color css
<style>
span { border-color: #A3B585; }
span { border-color: rgb(163,181,133); }
td.TdClassName
{
border-color: #A3B585;
}
.TagClassName
{
border-color: #A3B585;
}
</style>