Shades of Norway #A3B29A
Tints of Norway #A3B29A
RGB
CMYK
RGB Variations
Color information
#A3B29A (or 0xA3B29A) is known color: Norway. HEX triplet: A3, B2 and 9A. RGB value is (163,178,154). Sum of RGB (Red+Green+Blue) = 163+178+154=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B29A is #5C4D65. Grayscale: #AAAAAA. Windows color (decimal): -6049126 or 10138275. OLE color: 10138275.
HSL color Cylindrical-coordinate representation of color #A3B29A: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B29A is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 154 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.30 |
| HSL | 97.5º | 0.13% | 0.65% | - |
| HSV(B) | 97.5º | 0.13% | 0.7% | - |
| XYZ | 36.86 | 41.96 | 36.73 | - |
| YUV | 170.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 154 | 0.08 | 0 | 0.13 | 0.30 | 97.5 | 0.13 | 0.65 |
| Hex | A3 | B2 | 9A | 8 | 0 | D | 1E | 62 | D | 41 |
| Octal | 243 | 262 | 232 | 10 | 0 | 15 | 36 | 142 | 15 | 101 |
| Binary | 10100011 | 10110010 | 10011010 | 1000 | 0 | 1101 | 11110 | 1100010 | 1101 | 1000001 |
Color Harmonies of #A3B29A
Complementary color
Monochromatic Colors of #A3B29A
Black with #A3B29A
Text Example
Text Example
White with #A3B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B29A; }
p { color: rgb(163,178,154); }
H1.HeaderClassName
{
color: #A3B29A;
}
.AnyTagClassName
{
color: #A3B29A;
}
</style>
background-color css
<style>
a { background-color: #A3B29A; }
a { background-color: rgb(163,178,154); }
div.DivClassName
{
background-color: #A3B29A;
}
.BgClassName
{
background-color: #A3B29A;
}
</style>
border-color css
<style>
span { border-color: #A3B29A; }
span { border-color: rgb(163,178,154); }
td.TdClassName
{
border-color: #A3B29A;
}
.TagClassName
{
border-color: #A3B29A;
}
</style>