Shades of Norway #A3B08B
Tints of Norway #A3B08B
RGB
CMYK
RGB Variations
Color information
#A3B08B (or 0xA3B08B) is known color: Norway. HEX triplet: A3, B0 and 8B. RGB value is (163,176,139). Sum of RGB (Red+Green+Blue) = 163+176+139=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B08B is #5C4F74. Grayscale: #A8A8A8. Windows color (decimal): -6049653 or 9154723. OLE color: 9154723.
HSL color Cylindrical-coordinate representation of color #A3B08B: hue angle of 81.08º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B08B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 139 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.31 |
| HSL | 81.08º | 0.19% | 0.62% | - |
| HSV(B) | 81.08º | 0.21% | 0.69% | - |
| XYZ | 35.29 | 40.7 | 30.42 | - |
| YUV | 167.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 139 | 0.07 | 0 | 0.21 | 0.31 | 81.08 | 0.19 | 0.62 |
| Hex | A3 | B0 | 8B | 7 | 0 | 15 | 1F | 51 | 13 | 3E |
| Octal | 243 | 260 | 213 | 7 | 0 | 25 | 37 | 121 | 23 | 76 |
| Binary | 10100011 | 10110000 | 10001011 | 111 | 0 | 10101 | 11111 | 1010001 | 10011 | 111110 |
Color Harmonies of #A3B08B
Complementary color
Monochromatic Colors of #A3B08B
Black with #A3B08B
Text Example
Text Example
White with #A3B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B08B; }
p { color: rgb(163,176,139); }
H1.HeaderClassName
{
color: #A3B08B;
}
.AnyTagClassName
{
color: #A3B08B;
}
</style>
background-color css
<style>
a { background-color: #A3B08B; }
a { background-color: rgb(163,176,139); }
div.DivClassName
{
background-color: #A3B08B;
}
.BgClassName
{
background-color: #A3B08B;
}
</style>
border-color css
<style>
span { border-color: #A3B08B; }
span { border-color: rgb(163,176,139); }
td.TdClassName
{
border-color: #A3B08B;
}
.TagClassName
{
border-color: #A3B08B;
}
</style>