Shades of Norway #A3B485
Tints of Norway #A3B485
RGB
CMYK
RGB Variations
Color information
#A3B485 (or 0xA3B485) is known color: Norway. HEX triplet: A3, B4 and 85. RGB value is (163,180,133). Sum of RGB (Red+Green+Blue) = 163+180+133=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B485 is #5C4B7A. Grayscale: #A9A9A9. Windows color (decimal): -6048635 or 8762531. OLE color: 8762531.
HSL color Cylindrical-coordinate representation of color #A3B485: hue angle of 81.7º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B485 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 133 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.29 |
| HSL | 81.7º | 0.24% | 0.61% | - |
| HSV(B) | 81.7º | 0.26% | 0.71% | - |
| XYZ | 35.66 | 42.12 | 28.44 | - |
| YUV | 169.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 133 | 0.09 | 0 | 0.26 | 0.29 | 81.7 | 0.24 | 0.61 |
| Hex | A3 | B4 | 85 | 9 | 0 | 1A | 1D | 52 | 18 | 3D |
| Octal | 243 | 264 | 205 | 11 | 0 | 32 | 35 | 122 | 30 | 75 |
| Binary | 10100011 | 10110100 | 10000101 | 1001 | 0 | 11010 | 11101 | 1010010 | 11000 | 111101 |
Color Harmonies of #A3B485
Complementary color
Monochromatic Colors of #A3B485
Black with #A3B485
Text Example
Text Example
White with #A3B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B485; }
p { color: rgb(163,180,133); }
H1.HeaderClassName
{
color: #A3B485;
}
.AnyTagClassName
{
color: #A3B485;
}
</style>
background-color css
<style>
a { background-color: #A3B485; }
a { background-color: rgb(163,180,133); }
div.DivClassName
{
background-color: #A3B485;
}
.BgClassName
{
background-color: #A3B485;
}
</style>
border-color css
<style>
span { border-color: #A3B485; }
span { border-color: rgb(163,180,133); }
td.TdClassName
{
border-color: #A3B485;
}
.TagClassName
{
border-color: #A3B485;
}
</style>