Shades of Norway #A3B28C
Tints of Norway #A3B28C
RGB
CMYK
RGB Variations
Color information
#A3B28C (or 0xA3B28C) is known color: Norway. HEX triplet: A3, B2 and 8C. RGB value is (163,178,140). Sum of RGB (Red+Green+Blue) = 163+178+140=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B28C is #5C4D73. Grayscale: #A9A9A9. Windows color (decimal): -6049140 or 9220771. OLE color: 9220771.
HSL color Cylindrical-coordinate representation of color #A3B28C: hue angle of 83.68º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B28C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 140 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.30 |
| HSL | 83.68º | 0.2% | 0.62% | - |
| HSV(B) | 83.68º | 0.21% | 0.7% | - |
| XYZ | 35.76 | 41.52 | 30.94 | - |
| YUV | 169.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 140 | 0.08 | 0 | 0.21 | 0.30 | 83.68 | 0.2 | 0.62 |
| Hex | A3 | B2 | 8C | 8 | 0 | 15 | 1E | 54 | 14 | 3E |
| Octal | 243 | 262 | 214 | 10 | 0 | 25 | 36 | 124 | 24 | 76 |
| Binary | 10100011 | 10110010 | 10001100 | 1000 | 0 | 10101 | 11110 | 1010100 | 10100 | 111110 |
Color Harmonies of #A3B28C
Complementary color
Monochromatic Colors of #A3B28C
Black with #A3B28C
Text Example
Text Example
White with #A3B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B28C; }
p { color: rgb(163,178,140); }
H1.HeaderClassName
{
color: #A3B28C;
}
.AnyTagClassName
{
color: #A3B28C;
}
</style>
background-color css
<style>
a { background-color: #A3B28C; }
a { background-color: rgb(163,178,140); }
div.DivClassName
{
background-color: #A3B28C;
}
.BgClassName
{
background-color: #A3B28C;
}
</style>
border-color css
<style>
span { border-color: #A3B28C; }
span { border-color: rgb(163,178,140); }
td.TdClassName
{
border-color: #A3B28C;
}
.TagClassName
{
border-color: #A3B28C;
}
</style>