Shades of Norway #A3B285
Tints of Norway #A3B285
RGB
CMYK
RGB Variations
Color information
#A3B285 (or 0xA3B285) is known color: Norway. HEX triplet: A3, B2 and 85. RGB value is (163,178,133). Sum of RGB (Red+Green+Blue) = 163+178+133=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B285 is #5C4D7A. Grayscale: #A8A8A8. Windows color (decimal): -6049147 or 8762019. OLE color: 8762019.
HSL color Cylindrical-coordinate representation of color #A3B285: hue angle of 80º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3B285 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 133 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.30 |
| HSL | 80º | 0.23% | 0.61% | - |
| HSV(B) | 80º | 0.25% | 0.7% | - |
| XYZ | 35.26 | 41.32 | 28.31 | - |
| YUV | 168.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 133 | 0.08 | 0 | 0.25 | 0.30 | 80 | 0.23 | 0.61 |
| Hex | A3 | B2 | 85 | 8 | 0 | 19 | 1E | 50 | 17 | 3D |
| Octal | 243 | 262 | 205 | 10 | 0 | 31 | 36 | 120 | 27 | 75 |
| Binary | 10100011 | 10110010 | 10000101 | 1000 | 0 | 11001 | 11110 | 1010000 | 10111 | 111101 |
Color Harmonies of #A3B285
Complementary color
Monochromatic Colors of #A3B285
Black with #A3B285
Text Example
Text Example
White with #A3B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B285; }
p { color: rgb(163,178,133); }
H1.HeaderClassName
{
color: #A3B285;
}
.AnyTagClassName
{
color: #A3B285;
}
</style>
background-color css
<style>
a { background-color: #A3B285; }
a { background-color: rgb(163,178,133); }
div.DivClassName
{
background-color: #A3B285;
}
.BgClassName
{
background-color: #A3B285;
}
</style>
border-color css
<style>
span { border-color: #A3B285; }
span { border-color: rgb(163,178,133); }
td.TdClassName
{
border-color: #A3B285;
}
.TagClassName
{
border-color: #A3B285;
}
</style>