Shades of Norway #A3B08A
Tints of Norway #A3B08A
RGB
CMYK
RGB Variations
Color information
#A3B08A (or 0xA3B08A) is known color: Norway. HEX triplet: A3, B0 and 8A. RGB value is (163,176,138). Sum of RGB (Red+Green+Blue) = 163+176+138=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B08A is #5C4F75. Grayscale: #A7A7A7. Windows color (decimal): -6049654 or 9089187. OLE color: 9089187.
HSL color Cylindrical-coordinate representation of color #A3B08A: hue angle of 80.53º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B08A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 138 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.31 |
| HSL | 80.53º | 0.19% | 0.62% | - |
| HSV(B) | 80.53º | 0.22% | 0.69% | - |
| XYZ | 35.22 | 40.67 | 30.04 | - |
| YUV | 167.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 138 | 0.07 | 0 | 0.22 | 0.31 | 80.53 | 0.19 | 0.62 |
| Hex | A3 | B0 | 8A | 7 | 0 | 16 | 1F | 51 | 13 | 3E |
| Octal | 243 | 260 | 212 | 7 | 0 | 26 | 37 | 121 | 23 | 76 |
| Binary | 10100011 | 10110000 | 10001010 | 111 | 0 | 10110 | 11111 | 1010001 | 10011 | 111110 |
Color Harmonies of #A3B08A
Complementary color
Monochromatic Colors of #A3B08A
Black with #A3B08A
Text Example
Text Example
White with #A3B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B08A; }
p { color: rgb(163,176,138); }
H1.HeaderClassName
{
color: #A3B08A;
}
.AnyTagClassName
{
color: #A3B08A;
}
</style>
background-color css
<style>
a { background-color: #A3B08A; }
a { background-color: rgb(163,176,138); }
div.DivClassName
{
background-color: #A3B08A;
}
.BgClassName
{
background-color: #A3B08A;
}
</style>
border-color css
<style>
span { border-color: #A3B08A; }
span { border-color: rgb(163,176,138); }
td.TdClassName
{
border-color: #A3B08A;
}
.TagClassName
{
border-color: #A3B08A;
}
</style>