Shades of Norway #A3B28A
Tints of Norway #A3B28A
RGB
CMYK
RGB Variations
Color information
#A3B28A (or 0xA3B28A) is known color: Norway. HEX triplet: A3, B2 and 8A. RGB value is (163,178,138). Sum of RGB (Red+Green+Blue) = 163+178+138=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B28A is #5C4D75. Grayscale: #A9A9A9. Windows color (decimal): -6049142 or 9089699. OLE color: 9089699.
HSL color Cylindrical-coordinate representation of color #A3B28A: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B28A is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 138 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.30 |
| HSL | 82.5º | 0.21% | 0.62% | - |
| HSV(B) | 82.5º | 0.22% | 0.7% | - |
| XYZ | 35.61 | 41.46 | 30.17 | - |
| YUV | 168.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 138 | 0.08 | 0 | 0.22 | 0.30 | 82.5 | 0.21 | 0.62 |
| Hex | A3 | B2 | 8A | 8 | 0 | 16 | 1E | 52 | 15 | 3E |
| Octal | 243 | 262 | 212 | 10 | 0 | 26 | 36 | 122 | 25 | 76 |
| Binary | 10100011 | 10110010 | 10001010 | 1000 | 0 | 10110 | 11110 | 1010010 | 10101 | 111110 |
Color Harmonies of #A3B28A
Complementary color
Monochromatic Colors of #A3B28A
Black with #A3B28A
Text Example
Text Example
White with #A3B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B28A; }
p { color: rgb(163,178,138); }
H1.HeaderClassName
{
color: #A3B28A;
}
.AnyTagClassName
{
color: #A3B28A;
}
</style>
background-color css
<style>
a { background-color: #A3B28A; }
a { background-color: rgb(163,178,138); }
div.DivClassName
{
background-color: #A3B28A;
}
.BgClassName
{
background-color: #A3B28A;
}
</style>
border-color css
<style>
span { border-color: #A3B28A; }
span { border-color: rgb(163,178,138); }
td.TdClassName
{
border-color: #A3B28A;
}
.TagClassName
{
border-color: #A3B28A;
}
</style>