Shades of Norway #A3B48A
Tints of Norway #A3B48A
RGB
CMYK
RGB Variations
Color information
#A3B48A (or 0xA3B48A) is known color: Norway. HEX triplet: A3, B4 and 8A. RGB value is (163,180,138). Sum of RGB (Red+Green+Blue) = 163+180+138=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B48A is #5C4B75. Grayscale: #AAAAAA. Windows color (decimal): -6048630 or 9090211. OLE color: 9090211.
HSL color Cylindrical-coordinate representation of color #A3B48A: hue angle of 84.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3B48A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 138 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.29 |
| HSL | 84.29º | 0.22% | 0.62% | - |
| HSV(B) | 84.29º | 0.23% | 0.71% | - |
| XYZ | 36.01 | 42.26 | 30.3 | - |
| YUV | 170.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 138 | 0.09 | 0 | 0.23 | 0.29 | 84.29 | 0.22 | 0.62 |
| Hex | A3 | B4 | 8A | 9 | 0 | 17 | 1D | 54 | 16 | 3E |
| Octal | 243 | 264 | 212 | 11 | 0 | 27 | 35 | 124 | 26 | 76 |
| Binary | 10100011 | 10110100 | 10001010 | 1001 | 0 | 10111 | 11101 | 1010100 | 10110 | 111110 |
Color Harmonies of #A3B48A
Complementary color
Monochromatic Colors of #A3B48A
Black with #A3B48A
Text Example
Text Example
White with #A3B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B48A; }
p { color: rgb(163,180,138); }
H1.HeaderClassName
{
color: #A3B48A;
}
.AnyTagClassName
{
color: #A3B48A;
}
</style>
background-color css
<style>
a { background-color: #A3B48A; }
a { background-color: rgb(163,180,138); }
div.DivClassName
{
background-color: #A3B48A;
}
.BgClassName
{
background-color: #A3B48A;
}
</style>
border-color css
<style>
span { border-color: #A3B48A; }
span { border-color: rgb(163,180,138); }
td.TdClassName
{
border-color: #A3B48A;
}
.TagClassName
{
border-color: #A3B48A;
}
</style>